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 navigate to a different page ?

How to navigate to a different page ?

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
7 Posts 5 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.
  • T Offline
    T Offline
    tina newcoder
    wrote on last edited by
    #1

    I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)

    B N E S 4 Replies Last reply
    0
    • T tina newcoder

      I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)

      B Offline
      B Offline
      Brook Zhang
      wrote on last edited by
      #2

      onclick=" location.href='URL' "

      It's my life

      T 1 Reply Last reply
      0
      • T tina newcoder

        I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        Response.Redirect("NewPageName")

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

        T 1 Reply Last reply
        0
        • B Brook Zhang

          onclick=" location.href='URL' "

          It's my life

          T Offline
          T Offline
          tina newcoder
          wrote on last edited by
          #4

          i want to add the code to my aspx.cs file, not by using java functions...

          1 Reply Last reply
          0
          • T tina newcoder

            I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)

            E Offline
            E Offline
            eyeseetee
            wrote on last edited by
            #5

            or response.redirect("page.aspx"); We are not a Code Charity

            1 Reply Last reply
            0
            • T tina newcoder

              I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)

              S Offline
              S Offline
              SathyaSiva
              wrote on last edited by
              #6

              Response.Redirect("PageName.aspx")

              Sathya

              1 Reply Last reply
              0
              • N N a v a n e e t h

                Response.Redirect("NewPageName")

                All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

                T Offline
                T Offline
                tina newcoder
                wrote on last edited by
                #7

                thanx ! :)

                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