dynamic html table
        Posted  
        
            by coder247
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by coder247
        
        
        
        Published on 2010-05-28T09:35:40Z
        Indexed on 
            2010/05/28
            9:41 UTC
        
        
        Read the original article
        Hit count: 398
        
hello...
I've to create a dynamic html table using the values configured in a table.
I've a row number,column number and value fields in table. if the values are 1,5 and HELLO correspondingly, then i've to disply this HELLO in row 1 and column 5.
The table structure is like the following.
row column   value
 1     5     value1
 2     8     value2  
Any ideas pls...
© Stack Overflow or respective owner