I am creating a simple ASP page that has a Repeater control. This repeater control contains LinkButtons; so that as the repeater increases in item size, the amount of LinkButtons also increases. My question is, how can I identify uniquely the RepeaterItem to which I click the LinkButton?.
I though of using a Foreach to search through the RepeaterItems but I don’t know what conditions should I use to identify the Linkbutton I cliked. By the way, each LinkButton have the same name and same ID.
My goal is to get the RepeaterItem in which that Linkbutton belongs
Thanks,
Y_Y
1 Answer