Display data in table format on webform

Srija

Member
Joined
Feb 13, 2006
Messages
6
Programming Experience
Beginner
I have a table with columns projects,timing,significance. I need to print the projects in a table format based on there timing and significance. For example, if project timing is 1 and sig is 1 then i should print it in the row=1 and column =1 i.e., first cell.

tha table should contain 3 rows and 3 columns.

it should look like this

_____________________________
project 1 project2 project 4
project 3
______________________________
project 5 project 8 project 9
______________________________
project 0 project6 project 10
______________________________

I need to print this table on a web form

Please need help with this

Thanks
 
Back
Top