Question : asp.net; is there a programmic way to load an aspx page and auto redirect after the page loads

is there a programmic way to load an aspx page and auto redirect after the page loads.

I have no need to view the content of the page all data is hidden

and no operator is required.

what event would allow me to install a response.redirect("~/Annonymous/index.aspx")

Answer : asp.net; is there a programmic way to load an aspx page and auto redirect after the page loads

How about javascript on the first aspx page to automatically redirect to the second after the first is loaded?

window.location = "http://<domain>/Annonymous/index.aspx"
Random Solutions  
 
programming4us programming4us