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 build basic web service with ASP.NET in VB.NET – step 1 How to create secure web applications in ASP.NET How to transform XML with LINQ to XML in VB.NET How to set the maximum size of a file upload in ASP.NET How to turn on View state encryption for an individual page