Hi,
I am retrieving data from database (in the form of a dataset ), dataset is having a table which holds 2 columns SNo and Shift.
I am binding this dataset to GridView. The first column is displayed as BoundField and the second column is displayed as DropDownList using ItemTemplate.
The user can be able to select different values in the gridview.
Can someone tell me how to detect the altered values in the dropdown list for all the rows ?