Changes

Jump to: navigation, search

Visual Basic and the DataGridView Control

1 byte added, 19:39, 13 August 2007
no edit summary
== Saving Changes to a DataGridView ==
It is important to realize that when changes are made in a DataGridView control the chanes chances are only made to the DataSet and are not written back to the database. In order for the data changes to be stored back to the database an additional step is needed.
Extend the above example to add a Button control. Once the Button has been added, double click on it to view the code for the ''Click'' code procedure and edit the code so that it appears as follows:

Navigation menu