asp.net - How to open multple aspx page one by one on page close event -


i working on asp.net web application. have aspx page called "print.aspx" need write logic load again same page again on closing of page (pressing "close" button of page.

(attached image)enter image description here can please guide me how can achieve ?

i think best way use thread's , implement async method's await...


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

Redirect to a HTTPS version using .htaccess -

Unlimited choices in BASH case statement -