How to update DataTable when changes on DataGridView were made?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello! I have a question about updating object DataTable after the
changes on DataGridView were made. I think it is not good idea to go
cell by cell... The problem is I probably cant use DataAdapter because
I dont have any database below. I would like to store changed data
only in DataTable object.
Any idea?
Thanx,
Ziga


View the full article
 
Back
Top