BindingSource and Saving data

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

Leave a Reply