BindingSource and Saving data
Sunday, 5 November 2006
TIP:
If you bind controls to data using BindingSource, make sure you call
bindingSource1.EndEdit()
before you serialize to your data store. It’ll save a few red-faces.
Chui
You should follow me on twitter here