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. Textbox text changed/ Keypress event

Textbox text changed/ Keypress event

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
4 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Can a code work in the Textbox Keypress event. I want action perfomed when a key is pressed in a text box. It worked in C#/VB.net but not in ASP. HOW? VALIDATION

    N S R 3 Replies Last reply
    0
    • L Lost User

      Can a code work in the Textbox Keypress event. I want action perfomed when a key is pressed in a text box. It worked in C#/VB.net but not in ASP. HOW? VALIDATION

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

      onyang2 wrote:

      Can a code work in the Textbox Keypress event.

      Yes. What code are you talking about? A server side code? You need to enable AutoPostback for that.

      Navaneeth How to use google | Ask smart questions

      1 Reply Last reply
      0
      • L Lost User

        Can a code work in the Textbox Keypress event. I want action perfomed when a key is pressed in a text box. It worked in C#/VB.net but not in ASP. HOW? VALIDATION

        S Offline
        S Offline
        sepel
        wrote on last edited by
        #3

        Web Is so different from Win. You must use JavaScript to handle key event.

        sepel

        1 Reply Last reply
        0
        • L Lost User

          Can a code work in the Textbox Keypress event. I want action perfomed when a key is pressed in a text box. It worked in C#/VB.net but not in ASP. HOW? VALIDATION

          R Offline
          R Offline
          Ranjit Viswakumar
          wrote on last edited by
          #4

          Web applications are little different because you have server-side and client-side processing. Getting the page to validate on the fly can be done by AutoPostBack but this can get resource consuming for every keystroke. These types of changes are better fielded by the browser using Javascript- http://w3schools.com/jsref/jsref_onchange.asp[^] The onChange event can be used to enact form validation. If you really need some VB or C# in play here, you might try to enact some AJAX with the onChange event. Good luck.

          Ranjit Viswakumar Professional Services Specialist http://hostmysite.com/?utm\_source=bb

          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