What is the code required to redirect the browser to a new page with an ASPX page?
I have tried this on my page default.aspx :
<% Response.Redirec
If you are using VB, you need to drop the semicolon:
<% Response.Redirect("new.aspx", true) %>