I am allowing users to edit rows in a datagridview which is connected to a datatable by a binding source and the changes automatically impact the datatable. I then will update the database with the changes. When should I call the bs.Update(datatable),
and also do I need to do datatable.acceptchanges()?
Debra has a question