Retrieving data entered by user from Repeater Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I have a data repeater control. Each row has set of <asp:net> controls.
DropDownList,TextBox and buttons. User can add new rows, delete excisting
rows and enter data.
When user is done entering data and submits the form (clicks "save" button)
what is the easiest way to retrieve all data stored in repeater control? Is
looping through Item collection the right way to go about it?
Thank you
 
WebMatrix said:
Hello
I have a data repeater control. Each row has set of <asp:net> controls.
DropDownList,TextBox and buttons. User can add new rows, delete excisting
rows and enter data.
When user is done entering data and submits the form (clicks "save"
button)
what is the easiest way to retrieve all data stored in repeater control?
Is
looping through Item collection the right way to go about it?

Yes.

John Saunders
 
Back
Top