Automatically referesh a ASP.NET page

By using this line of code....


<head>
    <title>My Application</title>
    <meta http-equiv="refresh" content="5">
</head>

ASP.NET page will referesh after every 5 second.