I have datagridview that connect to my database (access)
if I stay on any cell and change the value, I see that the value is changed
but when I make refresh i see that the value is back to the original value.
how I can update this cell (without sql query)
Thanks

adp.Update(datassetView);