Sign in | Join
Last post 11-01-2009 2:56 PM by arjit.malviya. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
How can i do that ??
cheers
Hi,
http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2008/09/05/auto-postback-or-refresh-page-for-every-defined-time-interval.aspx
use meta tag to refresh the page in every x seconds.
<meta http-equiv="refresh" content="600">
Using the following member in the webform code-behind class:
protected System.Web.UI.HtmlControls.HtmlGenericControl body;
Code in Page_Load()