I have a DataGridView which have some columns which includes one ComboBox, two CheckBox and rest TextBox, i am binding these controls with the Datatable.
The problem i am facing is given below.
I can Load the Grid with values in Database, I can delete the rows of the database using Grid But i cannot modify the database values using grid.
I checked the DataTable to ensure that when i am calling "da.Update(dt)" the latest DataTable with modified values is updated.
Here the DataTable contains the modified value but on updating the database value is not changed.