Hi Anyone,
Im going crazy with this. I did the ff:
- Create a datatable.
- Fill it from a SQL db thru SqlDataAdapter.
- Edit the datatable thru datagridview.
- Call the sqldataadapter.update but the changes are not persisted to the db.
A closer look at the datatable after editing, the row states were not updated even if i actually edited the datatable thru the datagridview but the edited DataRow(s) have changes in the item array. Really confusing.. Any ideas? Thanks.