Automatically Refresh Page on Periodic Basis

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

Place the following in the HTML layout page’s header section to refresh the page every 5 seconds:

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

See Also

Customizing Web Page Layout and Style

Using and Modifying Style Sheets

Using Frames in Layout Pages

Placing ASP.NET Directives in Layout Pages

Adding Site-Wide HTML Tags

Automatically Refresh Page on Periodic Basis

Capturing the Enter Key in Layout Pages