0
Reply

Update DataGridView from another form

Anja

Anja

Jul 1 2006 2:53 AM
3k
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 :-)