I am familiar with populating a datagridview with a dataset and then using a dataAdapter to update the Database based on the Dataset.
But how do you update a Dataset based on changes make in a DataGridView?
Example in a datagridview control that is populated with info I click on one of the cells and change the info how can I update the dataset after I have lost focus of that cell and thus update the database?
Newbie in search of knowledge
But how do you update a Dataset based on changes make in a DataGridView?
Example in a datagridview control that is populated with info I click on one of the cells and change the info how can I update the dataset after I have lost focus of that cell and thus update the database?
Newbie in search of knowledge