I have a repeater that has many rows in it and the user can modify the data using the controls in the repeater. The number of rows will differ for each user. For example, there could be 100 rows in the repeater and the user can click the Yes or No radiobutton to answer the question for that row.
I'd like to have one button at the bottom of the page to update all of the rows. This will save the user from having to push "Update" for each row. How can this be coded?
I'd like to have one button at the bottom of the page to update all of the rows. This will save the user from having to push "Update" for each row. How can this be coded?