Example: Automatically Refresh Page on Periodic Basis

You can easily cause a web page to automatically refresh on a periodic basis.

Place the following in your page’s prologue section via the Page Directives dialog to refresh the page every 5 seconds:

<meta http-equiv="refresh" content="5">

See Also

Placing ASP.NET Directives in Application Pages