DataGridView
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. I have a DataGridView, now I want to use edit feature of it. for save changes to DB, the way that I know is that read all rows of DataGridView and update all rows in DB (even rows that have no changes) What is better way, that only changes be updated?
Best wishes
-
Hi. I have a DataGridView, now I want to use edit feature of it. for save changes to DB, the way that I know is that read all rows of DataGridView and update all rows in DB (even rows that have no changes) What is better way, that only changes be updated?
Best wishes