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
The entry 'BindingSource and Saving data' was posted
on November 5th, 2006 at 9:58 am
and is filed under .Net.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.