R
Ryan
I have a main page 'MyMainForm' containing a button. When this button is
clicked; another form 'MySubForm' opens up which contains two buttons (OK &
Exit).
When OK button is clicked; the code behind this button processes some data
and displays an alert and then goes back to 'MySubForm'.
What do I need to do so 'MySubForm' is closed automatically when processing
is done and OK is clicked on alert box?
clicked; another form 'MySubForm' opens up which contains two buttons (OK &
Exit).
When OK button is clicked; the code behind this button processes some data
and displays an alert and then goes back to 'MySubForm'.
What do I need to do so 'MySubForm' is closed automatically when processing
is done and OK is clicked on alert box?