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. m how to pass the value from one page to another page in asp.net

m how to pass the value from one page to another page in asp.net

Scheduled Pinned Locked Moved Web Development
questioncsharpasp-nethelptutorial
5 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.
  • C Offline
    C Offline
    Chetan visodiya
    wrote on last edited by
    #1

    Hi all, How can I pass the value from one page to another? I pass the value using querystring but i don't want to use querystring because value is seen in the URL so please help me........... Chetan Visodiya

    S H 2 Replies Last reply
    0
    • C Chetan visodiya

      Hi all, How can I pass the value from one page to another? I pass the value using querystring but i don't want to use querystring because value is seen in the URL so please help me........... Chetan Visodiya

      S Offline
      S Offline
      Sushant_Mathur
      wrote on last edited by
      #2

      You can put that value in the hidden field and Request that value in the page where you are posting your data. Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm

      1 Reply Last reply
      0
      • C Chetan visodiya

        Hi all, How can I pass the value from one page to another? I pass the value using querystring but i don't want to use querystring because value is seen in the URL so please help me........... Chetan Visodiya

        H Offline
        H Offline
        HimaBindu Vejella
        wrote on last edited by
        #3

        U can use Sessions Or Request.Form["CtrlId"].ToString(); "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

        C 1 Reply Last reply
        0
        • H HimaBindu Vejella

          U can use Sessions Or Request.Form["CtrlId"].ToString(); "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

          C Offline
          C Offline
          Chetan visodiya
          wrote on last edited by
          #4

          thanks for the answer. but please can you give me the some more code in details. Thanks chetan

          H 1 Reply Last reply
          0
          • C Chetan visodiya

            thanks for the answer. but please can you give me the some more code in details. Thanks chetan

            H Offline
            H Offline
            HimaBindu Vejella
            wrote on last edited by
            #5

            Session["UserName"]=strUser; Accessing in other Form Item=Session["UserName"].ToString(); "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshers http://himabinduvejella.blogspot.com

            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