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
Post a Comment