I have a repeater, which is being populated using an array rather than a dataset. I have a select button within each element of the repeater. On click of that button, I want to retrieve the data for that particular item. How can I do that?
With a dataset, we can use getCurrentItem(). How to retrieve the same when we are using an array to populate?