HowtoASP.NET
Skip to content
  • Tutorials
    • How To Send Email in ASP.NET
    • How to create Web Service in ASP.NET
    • How to create new aspx web page
    • How to use pager in GridView control
    • How to refresh a page in ASP.NET
  • ASP.NET Books
  • ASP.NET Hosting
  • Developers
  • Reference
  • Glossary

How to refresh a page in ASP.NET

To refresh or redirect ASP.NET page to another web page you should use the Refresh META tag:

Best VPN for Developers

<META HTTP-EQUIV=”Refresh” CONTENT=”5;url=https://yourURL” />

In this case the web page will be refreshed/redirected after 5 seconds.

Related tutorials:

  1. Events in GridView control
  2. How to store custom objects in a View state using C#
  3. How to use XmlTextWriter formatting in C#
  4. How to handle web control events with AutoPostBack in ASP.NET
Categories: ASP.NET
Post navigation
← How to get IP address in ASP.NET How to call JavaScript from ASP.NET code behind →
Best VPN

Categories

  • ASP.NET
  • For Beginners
  • VB.NET
  • C#
  • MVC
  • Ajax
  • Web Forms
  • Database
    • SQL Server
    • ADO.NET
    • LINQ
    • Access
  • Mobile
  • Security
  • Web Hosting
  • CSS
  • HTML
  • Errors

Most Popular

  • Best ASP.NET Hosting
  • Best ASP.NET Books
  • How to send email
  • How to create Web Service
  • How to create new aspx web page
  • How to use pager in GridView control
  • How to refresh a page
Contact Us | Privacy Policy | Terms

Last Updated 06/15/2025

© 2025 HowtoASP.NET - ASP.NET Tutorials with Examples - All Rights Reserved.

All trademarks are property of their legal owners.
We use cookies to give you the best experience on our website.I accept