How to open page in new tab using the response. redirect at asp. net A redirect is always in the same page as where you came from, you can't open a new window from a redirect call I would suggest to inject some javascript code in the client to open the new page on reload, or change to a control that can open to a new page, like a LinkButton with the right Target attribute
c# - Response. Redirect to new window - Stack Overflow I want to do a Response Redirect("MyPage aspx") but have it open in a new browser window I've done this before without using the JavaScript register script method I just can't remember how?
How to launch another aspx web page upon button click? I have an asp net application, where the user would click a button and launch another page (within the same application) The issue I am facing is that the original page and the newly launched page