Eduardo Lorenzo
Well-known member
- Joined
- Jun 27, 2006
- Messages
- 86
He Everybody.
This is the first time I am going to use VS.Net (2003) to create a simple app with data, using MSAccess as the back-end and used drag-and-drop with the data objects.
I created the project. Dropped-in a TABLE I found in the Server Explorer, follow the wizard.
Fill a datatable with the OleDBDataAdapter object. Add a DataGrid, set the DataSource property to the Datatable(using code).
Now I add the "Save Button", how would I go about saving the changes typed into the DataGrid?
All inputs will be greatly appreciated.
This is the first time I am going to use VS.Net (2003) to create a simple app with data, using MSAccess as the back-end and used drag-and-drop with the data objects.
I created the project. Dropped-in a TABLE I found in the Server Explorer, follow the wizard.
Fill a datatable with the OleDBDataAdapter object. Add a DataGrid, set the DataSource property to the Datatable(using code).
Now I add the "Save Button", how would I go about saving the changes typed into the DataGrid?
All inputs will be greatly appreciated.