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. Redirection from global.aspx

Redirection from global.aspx

Scheduled Pinned Locked Moved ASP.NET
tutorial
4 Posts 3 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Hi all How to perform redirection from global.aspx. Amit Patel

    A 1 Reply Last reply
    0
    • L Lost User

      Hi all How to perform redirection from global.aspx. Amit Patel

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

      Amit Patel1985 wrote:

      How to perform redirection from global.aspx.

      I guess you are talking about global.asax not aspx . :) Just try with this :

      Context.Response.Redirect()

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      R 1 Reply Last reply
      0
      • A Abhijit Jana

        Amit Patel1985 wrote:

        How to perform redirection from global.aspx.

        I guess you are talking about global.asax not aspx . :) Just try with this :

        Context.Response.Redirect()

        Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

        R Offline
        R Offline
        Rock Star
        wrote on last edited by
        #3

        Try

        Response.Redirect("Page Name");

        I think it should work.

        Rock Star

        A 1 Reply Last reply
        0
        • R Rock Star

          Try

          Response.Redirect("Page Name");

          I think it should work.

          Rock Star

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

          While Replying, please make sure that you are replying to a correct person. You are replying to me, but you need to reply the person who asked the question. As you are replying to me I am getting an Email notification, which is not usefull to me, but your answer may helpful to the person who asked the question. :) Hope you got my point.,

          Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

          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