Friday, October 1, 2010

Refresh the aspx page automatically

This small code refresh the aspx page automatically.
Set the time according to your requirment in content="time in sec".

<head runat="server">
<title>Untitled Page</title>
<meta http-equiv="refresh" content="20" />
</head>

0 comments:

Post a Comment