DataGridView to DataSet
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hello, thanks in advance for your precious time. i have a datagridview which has its datasource from a certain dataset , how can i updata that certain dataset with the new rows / values which the user is alowed to add to datagridview ( update the dataset with all the changes that have been done to the datagridview).?
Net