Question : Getting the Index of a Repeater Row

This is an easy one, it has to be.

How do I obtain the Index of the current Row.

I just want to put a
1.
2.
3.

infront of each row

Regards

Answer : Getting the Index of a Repeater Row

You can use that ItemIndex inside your item template like so:
1:
<%# Container.ItemIndex %>
Random Solutions  
 
programming4us programming4us