Automatic Refresh of Asp.Net Page

The code for the auto-refresh is:


<head>
    <title>Auto-Refresh Application</title>
    <meta http-equiv="refresh" content="2">
</head>

ASP.NET page will automatically refresh after every 2 second.