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 replace \n line breaks with HTML <br /> line breaks in GridView How to build basic web service with ASP.NET in VB.NET – step 1 How to change the line-height on my text with CSS How to configure session state to use Uri in ASP.NET How to replace font tags with CSS