In this post I will explain
how to Auto Redirect to another page after some time in Asp.Net.
Description:-
In the previous article I had explained ‘Auto Refresh webpage after some time in asp.net’. Auto
Redirect to another page can be done by various method i.e we can write the
code in client side as well as in server side. Here in this post I have explain
in simple code. Just add the following code in header section of the page.
<meta http-equiv="refresh"
content="10,url=”Http://www.google.com”"
/>
Here 10 is time in seconds after which
page will redirect to goggle.com.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.