Showing related tags and posts accross the entire site.
-
Hi All, I am trying to update a collection bound to a DataGridView through a BindingSource and using a BindingNavigator for my grid commands. One of these commands updates the data bound items in bulk in a separate thread. This causes a cross-thread operation exception to be thrown by the binding navigator...