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 render a password type textbox in ASP.NET How postback events work in ASP.NET How to use XMLTextWriter to create an XML document in VB.NET The Web service stack in ASP.NET How to get session identifier in ASP.NET