Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to Fast Page Redirect ?

How to Fast Page Redirect ?

Scheduled Pinned Locked Moved ASP.NET
csharphelptutorialasp-netquestion
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Manish_Kumar_Nayak
    wrote on last edited by
    #1

    I used ASP.net with C#, I face always this problem when I redirect my aspx page with some ajax controls. It took too much time. If you have any solution about this so please Help!!!! Me.... Example: Response.Redirect("~/MemberInfo/UserFrontPage.aspx");

    A C T 4 Replies Last reply
    0
    • M Manish_Kumar_Nayak

      I used ASP.net with C#, I face always this problem when I redirect my aspx page with some ajax controls. It took too much time. If you have any solution about this so please Help!!!! Me.... Example: Response.Redirect("~/MemberInfo/UserFrontPage.aspx");

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      Is this problem with all page redirection or some specific page ?

      M 1 Reply Last reply
      0
      • M Manish_Kumar_Nayak

        I used ASP.net with C#, I face always this problem when I redirect my aspx page with some ajax controls. It took too much time. If you have any solution about this so please Help!!!! Me.... Example: Response.Redirect("~/MemberInfo/UserFrontPage.aspx");

        C Offline
        C Offline
        carlecomm
        wrote on last edited by
        #3

        Hi, you can try server.transfer, it only has one postback, but Response.Redirect has two.

        1 Reply Last reply
        0
        • M Manish_Kumar_Nayak

          I used ASP.net with C#, I face always this problem when I redirect my aspx page with some ajax controls. It took too much time. If you have any solution about this so please Help!!!! Me.... Example: Response.Redirect("~/MemberInfo/UserFrontPage.aspx");

          C Offline
          C Offline
          carlecomm
          wrote on last edited by
          #4

          I think you can redirect page in client browser using js code.

          M 1 Reply Last reply
          0
          • A Abhijit Jana

            Is this problem with all page redirection or some specific page ?

            M Offline
            M Offline
            Manish_Kumar_Nayak
            wrote on last edited by
            #5

            same problem with all pages, even I used simple page with some text, redirects some time slower.

            1 Reply Last reply
            0
            • C carlecomm

              I think you can redirect page in client browser using js code.

              M Offline
              M Offline
              Manish_Kumar_Nayak
              wrote on last edited by
              #6

              Can you explaim me how to redirect page using JS but, Page must open in same explorer not in another Popup window.

              1 Reply Last reply
              0
              • M Manish_Kumar_Nayak

                I used ASP.net with C#, I face always this problem when I redirect my aspx page with some ajax controls. It took too much time. If you have any solution about this so please Help!!!! Me.... Example: Response.Redirect("~/MemberInfo/UserFrontPage.aspx");

                T Offline
                T Offline
                tunsten
                wrote on last edited by
                #7

                since you are using C#, this is how it will work Response.Redirect(@"~/MemberInfo/UserFrontPage.aspx"); or Response.Redirect("~//MemberInfo//UserFrontPage.aspx"); and not Response.Redirect("~/MemberInfo/UserFrontPage.aspx"); Hope it's helpful?

                Tunsten

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups