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
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