Hey guys,
the question is really simple. Is there a way to access the current pointer/counter for an asp Repeater control.
I have a list with items and I would like one of the repeaters columns (it repeats and html table) to be something like ...
Item 1 | some info
Item 2 | some info
... and so on
1 and 2 being the counter.
any help?