Hi,
I have 2 forms. I want to update the DataGridView on form1 every time, I close form2. How do I do that?
I can't find a form onfocus event on the forms event handler and I don't know how to catch the form1's datagridview on the form2.
I know I have to use the fill method with:
this
.kunderTableAdapter.Fill(this.fakturasystemDataSet.Kunder);
simsen :-)