Tuesday, May 25, 2004

 

ASP.NET page fire automatically at defined intervals

In your Page_Load method add the following line:

Response.Write("<META HTTP-EQUIV=Refresh CONTENT='10; URL='>")

The page will refresh in 10 milliseconds
If you specify a WRL then the page will redirect to another page specified in the URL.
Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?