C
chris.royle
I have an ASP.NET application that has a gridview control on the main
window. When a user clicks on a button on the main window, a new
window is opened which allows them to search for a particular item
from a list. Once they have completed the search on this window they
click on the submit button.
I would like the application to close the search window, and change
the contents of the main window based upon this submission.
In other words, I want to pass control back to the previous or parent
window.
What is the best way of handling this?
window. When a user clicks on a button on the main window, a new
window is opened which allows them to search for a particular item
from a list. Once they have completed the search on this window they
click on the submit button.
I would like the application to close the search window, and change
the contents of the main window based upon this submission.
In other words, I want to pass control back to the previous or parent
window.
What is the best way of handling this?