In this blog you will find ASP.NET 3.5 articles and some code samples. These code samples are created by me and should be working. Thanks for visiting my blog! Happy Dot Netting

Tuesday, July 1, 2008

AutoRefresh ASP.NET Page after few interval

AutoRefresh ASP.NET Page after few interval

You can acheive this by simply adding a meta tag in source code as mentioned below. 

<head runat="server">
           <meta http-equiv="refresh" content="500">
</head>

Page would refresh after every 500 Sec. 

Please leave comments if you like it. Thanks

No comments: