E
Eric Layman
Hi,
How do I add row counter to a repeater control?
<ItemTemplate>
<tr style="FONT-FAMILY:Tahoma;FONT-SIZE:10PX">
<td valign="TOP" ALIGN="LEFT"><%# GetNextNumber()%></td>
Where should the function GetNextNumber() be placed?
eg:
table
Counter | name | dob
1 | John | 01-09-2001
2 | Lenny | 01-01-92
Thanks and regards
How do I add row counter to a repeater control?
<ItemTemplate>
<tr style="FONT-FAMILY:Tahoma;FONT-SIZE:10PX">
<td valign="TOP" ALIGN="LEFT"><%# GetNextNumber()%></td>
Where should the function GetNextNumber() be placed?
eg:
table
Counter | name | dob
1 | John | 01-09-2001
2 | Lenny | 01-01-92
Thanks and regards