What is the code needed to redirect the browser to a new page using an ASPX page?
I tried this on my default.aspx page:
<% Response.Redirect("new.aspx", true); %>
or
<%@ Response.Redirect("new.aspx", true); %>
And this led to a server error that is not defined. I do not see the error code; because the server is not at my disposal and the errors are not publicly available.
Please provide all the necessary code from line 1 of the page to the end, and I would greatly appreciate it.
Stoob Jul 07 '09 at 15:40 2009-07-07 15:40
source share