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. Input tag in HTML

Input tag in HTML

Scheduled Pinned Locked Moved ASP.NET
htmlhelp
4 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.
  • N Offline
    N Offline
    nps_ltv
    wrote on last edited by
    #1

    I have an input tag in HTML page, I want the user enter a number not alphabel letter. I'm in dark, Please help me, thanks NPS

    D 1 Reply Last reply
    0
    • N nps_ltv

      I have an input tag in HTML page, I want the user enter a number not alphabel letter. I'm in dark, Please help me, thanks NPS

      D Offline
      D Offline
      Dinuj Nath
      wrote on last edited by
      #2

      Use javascript. <!-- function CheckNumericMaskValue(maskControl, evt) { if (((evt.keyCode < 48) || (evt.keyCode > 57)) && (evt.keyCode != 46)) { evt.keyCode = 0; } } --> From asp.net page I had written a server control for it, if you want I can send it to you.

      N 1 Reply Last reply
      0
      • D Dinuj Nath

        Use javascript. <!-- function CheckNumericMaskValue(maskControl, evt) { if (((evt.keyCode < 48) || (evt.keyCode > 57)) && (evt.keyCode != 46)) { evt.keyCode = 0; } } --> From asp.net page I had written a server control for it, if you want I can send it to you.

        N Offline
        N Offline
        nps_ltv
        wrote on last edited by
        #3

        I thanks a lot! Can you send it to me? Because I'm in dark. I need your helping. Thanks. NPS.

        D 1 Reply Last reply
        0
        • N nps_ltv

          I thanks a lot! Can you send it to me? Because I'm in dark. I need your helping. Thanks. NPS.

          D Offline
          D Offline
          Dinuj Nath
          wrote on last edited by
          #4

          What is your email id ? These are simple controls with source code in C#. Don't know if they are of very high quality ;-), but they should work.

          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