There are 2 user controls, one of which is inside the other.
These controls are located on .aspx.
One control is a modal popup, the other is a custom search control (the search control is inside a modal popup).
After the user completes the search and closes the form, the next time the pop-up window opens (for the same user), the old values are still present.
How can I clear the values every time a form loads?
Edit: Is it possible to capture a popup close event?
Avien source
share