use htmltable to show multiple rows in single row using cod behind
i have two tables in which one is master and another is child table.
so when i generate the report using vb.net i want below result :
---------------------------------------
1st row | has row 1 here
1st row | has row 2 here
---------------------------------------
2nd row | has row 1 here
2nd row | has row 2 here
---------------------------------------
1st row | has row 1 here
1st row | has row 2 here
---------------------------------------
2nd row | has row 1 here
2nd row | has row 2 here
---------------------------------------
i want the result like above using the code behind not in the html design format but using the html table row and html table cell
any help appriciated.

Replies
Know the answer? Post it — somebody with the same question will find it here.