Question : asp.net open window at end of request

I need for user the click on a button on the page. When this button is clicked the page will post back and do some process and save data to the session state. When this is finished I want the response to redirect to a new window. Is this sequence possible?

Answer : asp.net open window at end of request

yes that is quite possible.

for this you need to create a javascript function for the redirection page from code behind and then register the script. it will run on the browser and open a new window with the desired url.
Random Solutions  
 
programming4us programming4us