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. General Programming
  3. C#
  4. Liinking two web pages

Liinking two web pages

Scheduled Pinned Locked Moved C#
question
5 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.
  • J Offline
    J Offline
    Jomon T Jose
    wrote on last edited by
    #1

    I am doing a project which requires me to have a link from one page that will direct/take me to another page. How can i do this..?

    M S A 3 Replies Last reply
    0
    • J Jomon T Jose

      I am doing a project which requires me to have a link from one page that will direct/take me to another page. How can i do this..?

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      Do not cross post - pick a forum and post in that forum only!

      Never underestimate the power of human stupidity RAH

      J 1 Reply Last reply
      0
      • M Mycroft Holmes

        Do not cross post - pick a forum and post in that forum only!

        Never underestimate the power of human stupidity RAH

        J Offline
        J Offline
        Jomon T Jose
        wrote on last edited by
        #3

        sorry.! i was not sure whether to post in C# or ASP.Net

        1 Reply Last reply
        0
        • J Jomon T Jose

          I am doing a project which requires me to have a link from one page that will direct/take me to another page. How can i do this..?

          S Offline
          S Offline
          ScottM1
          wrote on last edited by
          #4

          Go read a book, this is ridiculously easy.

          1 Reply Last reply
          0
          • J Jomon T Jose

            I am doing a project which requires me to have a link from one page that will direct/take me to another page. How can i do this..?

            A Offline
            A Offline
            Armando de la Torre
            wrote on last edited by
            #5

            Easiest way : response.redirect("MyOtherPage.aspx"); if you need to pass data you can use the session object ( e.g Session["firstPage"] = myObject) and retrieve it from the second page ( many programmers see the session as the root-of-all-evils, but I think its ok to use it to pass small( <10k ) object).

            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