How to automatically redirecting with refresh meta tag in Asp.Net?

 Posted by Vishalneeraj-24503 on 4/25/2015 | Category: ASP.NET Interview questions | Views: 2062 | Points: 40
Answer:

We have to write the below code as following:-
<html>

<head>
<meta http-equiv="refresh" content="5;url=http://www.dotnetfunda.com/profilepage.aspx" />
<title>Meta Tag Refresh</title>
</head>
<body>

Every 5 seconds,page will refresh.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response