refreshing databinded values

  • Thread starter Thread starter Dmitry Karneyev
  • Start date Start date
Dmitry,

If you have controls bound to a data view, then the changes should be
reflected automatically. However, if you want to force the binding to
refresh, you can get the BindingManagerBase for the data source and call the
UpdateIsBinding method.

Hope this helps.
 
Back
Top