Results 1 to 4 of 4

Thread: auto redirection to another page

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2004
    Location
    India
    Posts
    53

    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.
    Yash

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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?

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2004
    Location
    India
    Posts
    53

    Re: auto redirection to another page

    just checking if .Net has provided any object for this too
    Yash

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: auto redirection to another page

    Quote 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
  •  



Click Here to Expand Forum to Full Width