J
Jasper Jones
I have a main form which has a list of items from a table on my
database. If I click one of these items it brings up a second form
which lets you edit the details for that item. If I change an item's
details and then close the edit form I want the main form to update its
datagrid by calling the sub I wrote which refreshes the dataset.
What is the best method of doing this; I know I can call commands after
a showdialog form but I really don't want to use showdialog instead of
show.
Any help would be greatly appreciated. Please try and be specific as
I'm still quite new to the Dot Net way of doing things.
database. If I click one of these items it brings up a second form
which lets you edit the details for that item. If I change an item's
details and then close the edit form I want the main form to update its
datagrid by calling the sub I wrote which refreshes the dataset.
What is the best method of doing this; I know I can call commands after
a showdialog form but I really don't want to use showdialog instead of
show.
Any help would be greatly appreciated. Please try and be specific as
I'm still quite new to the Dot Net way of doing things.