2
Answers

How to Redirect a page to new window

Hi!

On button click i'm redirecting to page with query string like this..

Response.redirect("Default.aspx?id="+e.CommandName)

i need to open this 'Default.aspx' in a new window How can i achieve this ??

Answers (2)