blah blah blah is here! blah blah » Close

up0down
link

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.

last answered 2 years ago

1 answers

up-2down
link

dAdapter.Update(dTable);

try to give dataset.datatable

gsvirdi
412

I repeate my doubt: I don't know what I should be doing to identify the changed cells?

Feedback