c# - How to open new window in asp.net and disable the old one? -
I have an asp.net Web page with a link button. When I click on the button, In a new window to open a new web page. While the new page is open, the old should not be active. When I close the new page, I have to return a value to the old page. Can you tell me how can I do this? Thank you very much in advance!
For the purpose you want to use a model popup , the basic form From a popup that will focus and the user can not return to that page until the popup is closed. You can pass variables in a normal way.
Comments
Post a Comment