A method on the Control class in the .NET framework that finds a control from its id. The control is only found if it is within the calling control's naming container.
Questions tagged [findcontrol]
374 questions
1
vote
1 answer
How to get items row id of repeater when user clicks rows linkbutton control
I have a repeater, nested with Html table rows:
…