I want to open a new tab or a new page by using Response.Redirect in a button click handler. I\'m using a query string to pass some values. How can I open he pa
Response.Redirect
Worked for me when I left the Double Quotes off of target ='_blank';