M
Markei54545
Hi all,
I have a form with a databound datagridview. I close the form using
'me.close'.
Elsewhere I then directly update the SQL data.
If I then return to my form it doesn't reflect the change (unless I
restart the program first).
The form is populated in the load event using
Me.JOBSTableAdapter.Fill(Me.DataSet2.JOBS) but even when this is run
the change isn't reflected.
I presume I must refresh the datasource somehow. Any ideas?
Thanks
Mark
I have a form with a databound datagridview. I close the form using
'me.close'.
Elsewhere I then directly update the SQL data.
If I then return to my form it doesn't reflect the change (unless I
restart the program first).
The form is populated in the load event using
Me.JOBSTableAdapter.Fill(Me.DataSet2.JOBS) but even when this is run
the change isn't reflected.
I presume I must refresh the datasource somehow. Any ideas?
Thanks
Mark