Updating a datagrid control?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone out there know how to update the contents of a datagrid control? For example, I'm populating a datagrid control with all the information from an access database table. Then the user changes some of the data in the datagrid; how do I take the new updated data from the datagrid and update the access table in the database? :-D Thanks, Manster