To refresh or redirect ASP.NET page to another web page you should use the Refresh META tag: <META HTTP-EQUIV=”Refresh” CONTENT=”5;url=https://yourURL” /> In this case the web page will be refreshed/redirected after 5 seconds. Related TutorialsHow to create a link that changes color on mouseover with CSS How to create secure web applications in ASP.NET How to remove underlines from my links with CSS How specify the font of my text with CSS How to use XmlTextReader to read XML file as text in C#