C
Carlos Cruz
Hi,
I've a DataGridView with Datasourse = Datatable.
The problem is that I can't get my last record updated at the database
unless I change the row where I'm editing...
Can anyone explain me why and how can I manage to get rid of this?
By the way, Im' updating with DataAdapter.Update(DataTable)
Thanks in advance
CC
I've a DataGridView with Datasourse = Datatable.
The problem is that I can't get my last record updated at the database
unless I change the row where I'm editing...
Can anyone explain me why and how can I manage to get rid of this?
By the way, Im' updating with DataAdapter.Update(DataTable)
Thanks in advance
CC