|
-
Mar 16th, 2005, 01:39 AM
#1
Thread Starter
Member
auto redirection to another page
hi
i have used:
<META HTTP-EQUIV=Refresh CONTENT='5; URL=admin_tools.asp'>
this used to work fine...but is there any new method( something new in asp.net) to perform auto redirection after a specific seconds.
thnx..
yash.
-
Mar 16th, 2005, 02:21 AM
#2
Re: auto redirection to another page
You'll end up with that piece of code anyways. Why do you want to change it anyways, if it works?
-
Mar 16th, 2005, 05:24 AM
#3
Thread Starter
Member
Re: auto redirection to another page
just checking if .Net has provided any object for this too
-
Mar 16th, 2005, 08:20 AM
#4
I wonder how many charact
Re: auto redirection to another page
 Originally Posted by yashsays
hi
i have used:
<META HTTP-EQUIV=Refresh CONTENT='5; URL=admin_tools.asp'>
this used to work fine...but is there any new method( something new in asp.net) to perform auto redirection after a specific seconds.
thnx..
yash.
No. The only redirection possible (Response.Redirect) is on the server during the time the client is connected (processing a request). What you are describing is client-side redirection - and that still relies on meta refreshes or javascript.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|