Yasserzaid’s Weblog

December 25, 2008

How to Refresh Page after time

Filed under: ASP.Net — yasserzaid @ 9:35 pm

Hi

In Page_Load of page write this code :

HtmlMeta RedirectMetaTag = new HtmlMeta();
RedirectMetaTag.HttpEquiv = “Refresh”;
Response.AppendHeader(“Refresh”, “5″);

Good Luck

No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.