0
kicks
Getting a Reference back to a Web control’s Parent Container
But lets make this a little more complex. Lets say that this repeater is ultimately located inside a user control. And that user control resides obviously in your .aspx page. And you have a handler method in the code-behind of your .aspx page that handles a certain event based on another control located inside your repeater. For example lets say in that repeater, you had a LinkButton.