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 download a file from the Web server in ASP.NET in VB.NETHow to use a separate Windows service for state management in ASP.NETHow to use the TreeNode object in selection mode in ASP.NET in C#How to connect to MySQL database using ASP.NET hostingHow to use the AdRotator control in ASP.NET page in C#