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 manage the Wizard control appearance in ASP.NET pages How to use the Calendar control in ASP.NET page in C# How to use XMLTextWriter to create an XML document in VB.NET How to check if a session is created for the current request in ASP.NET How to disable session state management in ASP.NET