Hi Guys
Need some help populating cells in a dynamic table.
Here is the thing...
i am populating a table (asp.net) and need to populate the cell next to the cell that i have just populated
e.g.
<table>
<tr>
<td>info</td><td>info2<td>
</tr>
</table>
I am trying not to use a DataGrid.
thanks