Forum Moderators: open
<table>
<tr>
<td>
<table>
<tr>
<td> Table 1 inside Large Table</td>
</tr>
</table>
<table>
<tr>
<td> Table 2 inside Large Table</td>
</tr>
</table>
</td>
</tr>
</table>
and I would like to Code it all in the CODEBEHIND of the page so that all the HTML is in the compiled dll.
Problem is I can figure how to do 1 table inside a table but not 2 tables Does anyone know how to do this or will i have to do 2 rows in the outer Table?
thanks
john