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. TextBox in ASP.NET

TextBox in ASP.NET

Scheduled Pinned Locked Moved C#
csharpasp-netsysadminbusinesshelp
8 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.
  • B Offline
    B Offline
    BECK7
    wrote on last edited by
    #1

    Hi, i need help! I have a value on a textbox, but this textbox is visible= false. So, when i go to another page using Server.Transfer and i try to access it by Request.Form["TextBox] the page CANT see the value. What can i do?What control can i use to do this? PD:The requirements dont let use Request.QueryString. Thanks for ur help BECK 7

    D 1 Reply Last reply
    0
    • B BECK7

      Hi, i need help! I have a value on a textbox, but this textbox is visible= false. So, when i go to another page using Server.Transfer and i try to access it by Request.Form["TextBox] the page CANT see the value. What can i do?What control can i use to do this? PD:The requirements dont let use Request.QueryString. Thanks for ur help BECK 7

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Your questions really belongs in the ASP.NET Forum[^]. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      B 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Your questions really belongs in the ASP.NET Forum[^]. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        B Offline
        B Offline
        BECK7
        wrote on last edited by
        #3

        well, i am talking about c# in asp.net BECK 7

        D D 2 Replies Last reply
        0
        • B BECK7

          well, i am talking about c# in asp.net BECK 7

          D Offline
          D Offline
          DavidNohejl
          wrote on last edited by
          #4

          hmm but the fact that because textbox is not rendered into page (because visible=false), so you obviously can't acces it's value is not about C#, it's about IQ. David David's thoughts / dnhsoftware.org / MyHTMLTidy

          B 1 Reply Last reply
          0
          • B BECK7

            well, i am talking about c# in asp.net BECK 7

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            No, you're not talking about C# at all. You're talking about a TextBox on an ASP.NET Web Form. It doesn't matter what language your using, the problem is still the same. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

            B 1 Reply Last reply
            0
            • D Dave Kreskowiak

              No, you're not talking about C# at all. You're talking about a TextBox on an ASP.NET Web Form. It doesn't matter what language your using, the problem is still the same. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

              B Offline
              B Offline
              BECK7
              wrote on last edited by
              #6

              I posted this on ASP.NET area and they send me here...so is asp.net with c# or c# on asp.net?..Anyway, it doesnt makes sense keep talking about this... Thanks anyway... BECK 7

              1 Reply Last reply
              0
              • D DavidNohejl

                hmm but the fact that because textbox is not rendered into page (because visible=false), so you obviously can't acces it's value is not about C#, it's about IQ. David David's thoughts / dnhsoftware.org / MyHTMLTidy

                B Offline
                B Offline
                BECK7
                wrote on last edited by
                #7

                So, u mean there is no way i can get a value from a page to another? except with Session? BECK 7

                D 1 Reply Last reply
                0
                • B BECK7

                  So, u mean there is no way i can get a value from a page to another? except with Session? BECK 7

                  D Offline
                  D Offline
                  DavidNohejl
                  wrote on last edited by
                  #8

                  I didn't say that. I said why your solution failed :) You can have <input type="hidden" value="pass_me_to_other_form" /> That way, you can acess its value same way as you tried with textbox. David "Stay Kul And Happy" I.A.

                  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