Link to home
Create AccountLog in
Avatar of countrymeister
countrymeister

asked on

How to auto refresh an ASP.NET page

I need to refresh an Asp.net page automatically based on the refresh interval.
Please note that I am using master page in my project.

How can I do that. I tried one optiom of adding this in my master page but that refreshes content in all the pages that use the master page
<meta id="RefreshPeriod" runat="server" http-equiv="refresh" content="60" />
ASKER CERTIFIED SOLUTION
Avatar of Griffin74
Griffin74

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of countrymeister
countrymeister

ASKER

thanks , that was great