N Nicholas Paldino [.NET/C# MVP] Oct 30, 2003 #2 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.
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.