S
SamIAm
Hi
I need a repeater control (not datalist) to display a table containing 3
columns of data per row. i.e.
<table>
<tr>
<td>Item 1</td>
<td>Item 2</td>
<td>Item 3</td>
</tr>
<tr>
<td>Item 4</td>
<td>Item 5</td>
<td>Item 6</td>
</tr>
</table>
How can a achieve this using a repeater control?
Thanks,
S
I need a repeater control (not datalist) to display a table containing 3
columns of data per row. i.e.
<table>
<tr>
<td>Item 1</td>
<td>Item 2</td>
<td>Item 3</td>
</tr>
<tr>
<td>Item 4</td>
<td>Item 5</td>
<td>Item 6</td>
</tr>
</table>
How can a achieve this using a repeater control?
Thanks,
S