B
Big E
I'm using ASP.net. I have a piece of code that does a
Response.Redirect("website.aspx")
I want to be able to do the Redirect after 5 seconds of hitting that piece
of code.
I don't want to use MetaTags or JavaScript.
Does the Reponse.Redirect have any delay properties.
Thank you
Response.Redirect("website.aspx")
I want to be able to do the Redirect after 5 seconds of hitting that piece
of code.
I don't want to use MetaTags or JavaScript.
Does the Reponse.Redirect have any delay properties.
Thank you