Click to See Complete Forum and Search --> : Updating Database from Datagridview


David Rothbauer
02-25-2009, 08:48 AM
Hello All;

I'm using a datagridview in VB.NET to display data and would like to allow the user to edit this data directly in the dgv cells.

The problem is that changes made by the user are not sent to the database.

I've searched for this and the only thing I can find is using the update method on the bindingsource (bindingsource.update) The problem is that there is no update method for me.

Can anyone help?

Thanks