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. Http controls and .Net

Http controls and .Net

Scheduled Pinned Locked Moved Web Development
helpcsharpsysadmintutorial
3 Posts 2 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.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    Hi, I'm converting a http form to .aspx and I've managed to change all the fields to controls that will run at the server. However I keep running into a problem, I can't seem to get the user input from the text control. For example is my text control and the user enters some text in it. I then try and get the text by using string a= Text1.value and despite the fact that the user entered the data, a is equal to "" Thanks for the help!!

    A A 2 Replies Last reply
    0
    • A Anonymous

      Hi, I'm converting a http form to .aspx and I've managed to change all the fields to controls that will run at the server. However I keep running into a problem, I can't seem to get the user input from the text control. For example is my text control and the user enters some text in it. I then try and get the text by using string a= Text1.value and despite the fact that the user entered the data, a is equal to "" Thanks for the help!!

      A Offline
      A Offline
      Anders Munk
      wrote on last edited by
      #2

      Use string a = Text1.text Best regards Anders

      1 Reply Last reply
      0
      • A Anonymous

        Hi, I'm converting a http form to .aspx and I've managed to change all the fields to controls that will run at the server. However I keep running into a problem, I can't seem to get the user input from the text control. For example is my text control and the user enters some text in it. I then try and get the text by using string a= Text1.value and despite the fact that the user entered the data, a is equal to "" Thanks for the help!!

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        I tried using the text property but that property doesn't exist for a HttpServerControl.

        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