I saw this question asked a million times and none of the answers looked right. I hope someone can help me.
I have a DataGridView
with a TableAdapter
, BindingSource
and DataSet
objects all created from the designer.
All I want to do is simply reload the data from the database since I change it by another way, and I cannot find any solution to this.