I'm using a TableAdapter as a source for a DataGridView in a windows form.
I've let the TableAdapter generate standard update, delete, and insert commands.
I've been able to properly use the TableAdapter's delete and insert commands by passing current row information to the method, but have trouble when it comes to updating.
I don't understand how to update the datatable used as the source for the GridView with changes that I've made in the Gridview. Any help would be appreciated.
Start Free Trial