I created a DGV and linked it with an mdb file, but I don't know what I should be doing to identify the changed cells? Bcoz I need to update the mdb file when the DGV cell is changed in the winForm.
I've been reading thru http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.aspx but not much of help was achieved.

1 answers
dAdapter.Update(dTable);
answered 2 years ago by:
60
60
try to give dataset.datatable
412
I repeate my doubt: I don't know what I should be doing to identify the changed cells?