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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top