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 TutorialsState properties of GridView control How validation controls work in ASP.NET 4.0 How to download a file from the Web server in ASP.NET in VB.NET How to apply styles to the TreeView node levels in ASP.NET How to read XML file in VB.NET