I have a datagrid that contains a template column that houses one pair of radiobuttons ("Yes" and "No" per row. I also have a submit button at the bottom of the page.
The idea is that the initial value ("Yes" or "No" is populated from the database. Subsequently the user may be change the radiobuttons' values, then click the submit button to update the database.
How can I detect which radiobuttons were changed in order to only update the database with the values that were changed?
Thanks!
Lazer
The idea is that the initial value ("Yes" or "No" is populated from the database. Subsequently the user may be change the radiobuttons' values, then click the submit button to update the database.
How can I detect which radiobuttons were changed in order to only update the database with the values that were changed?
Thanks!
Lazer