Get multiple textbox values from repeateritem control that triggered event

PaulPaulinw

New Member
I have a Repeater control that outputs various forum posts on the page.Within each repeater row, I have a LinkButton and 4 TextBoxes that contain values.When I click on one of the LinkButtons, in my event handler code, I want to get the values that are in each of the 4 TextBoxes that correspond with that one particular repeater item/row.I can repeat through each item within the repeater, but I am only interested in the values that exist in the 4 textboxes that sat alongside the LinkButton that was clicked/that triggered the event. I'm not interested in any of the Textbox values that belong to the other rows/items within the repeater.What's the best way to do this?
 
Back
Top