<meta http-equiv="refresh" content="10">
(or)
<%@ Page
Title=""
Language="C#"
MasterPageFile="~/Site.master"
AutoEventWireup="true"
CodeFile="auto_refresh_page.aspx.cs"
Inherits="auto_refresh_page"
%>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
<meta http-equiv="refresh" content="10">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
</asp:Content>
No comments:
Post a Comment