Hi, Im a ASP.NET beginner. I previously asked how to do some databinding to a repeater without a datasourse. Here. http://stackoverflow.com/questions/926619/vb-net-repeater-simple-data-binding-without-datasource
here is the solution someone got for me
Dim repeatTimes((TotalAdInsured)) As Integer
myRepeater.DataSource = repeatTimes
myRepeater.DataBind()
However, I now need to know how to get an index for each item in the repeater. ie
<% #index %>