I have a problem where I don't seem to find a solution.
I have a windowsform with some datagrids and textboxes.
Both tekxtboxes and datagrid have the same sources.
I edit some data in my database and save them, when I then use the commands:
I update my database with the new data, then the new data is vivible in my grid. But how do I update the textboxes? Is there a fast way to reload the form to get the new data visible?
I have a windowsform with some datagrids and textboxes.
Both tekxtboxes and datagrid have the same sources.
I edit some data in my database and save them, when I then use the commands:
VB.NET:
Me.SpørringSluttdokTableAdapter.Fill(Me.Database4DataSet1.SpørringSluttdok)