I have Repeater with LinkButton with ID CommandArgument
When I click that button, I want to get the Value from the Same DataItem TextBox Inside the repeater.
How can I make it Easily.
Thanks
I have Repeater with LinkButton with ID CommandArgument When I click that button, I
Share
You have to handle the
ItemCommandevent of Repeater control.Markup:
Code: