Repeater control - how to access contained control values?

  • Thread starter Thread starter dotnw
  • Start date Start date
D

dotnw

Say I have the following simple situation:

A user control, that contains a textbox, is put inside a repeater.
A link button is put on the main form page, but *outside* the repeater.
When the link button is clicked, how do I loop through the repeated
textboxes to get their text values?

Thank you, regards, dnw.
 
Back
Top