Page refresh automatic in ASP.Net

Add meta tag in your Head portion and your page will automatically refreshed with 3 second interval.
       


<html xmlns=”http://www.w3.org/1999/xhtml” >
<head runat=”server”>
<title>Meera Academy</title>
<meta http-equiv=”refresh” content=”3 url=https://meeraacademy.com”>
</head>
<body>
<form id=”form1″ runat=”server”>
<div></div>
</form>
</body>
</html>

<meta http-equiv=”refresh” content=”3 url=https://meeraacademy.com”>

Leave a Reply

Your email address will not be published. Required fields are marked *