mask to textbox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?iso-8859-1?Q?Ant=F4nio_Jos=E9_Formiga_Neves?=

    mask to textbox

    Anyone help me with how i mask one textbox to accept only number and when i
    type 3 numbers, automatic add one dot.

    sample:
    type: 123
    show: 1.2.3

    thanks

  • Juan T. Llibre

    #2
    Re: mask to textbox

    Try one of these free masked textbox controls :



    This Masked Edit TextBox intelligent user control enhances the function of TextBox control, which can mask the Date, IP Address, SSN, Phone number, digit, decimal and check the validation, automatically set delimit location.





    Juan T. Llibre, asp.net MVP
    asp.net faq : http://asp.net.do/faq/
    foros de asp.net, en español : http://asp.net.do/foros/
    =============== =============== ========
    "Antônio José Formiga Neves" <formiga@br.int e.rnetwrote in message
    news:8D32CA82-0990-43EC-9B83-A823AC24C9CA@mi crosoft.com...
    Anyone help me with how i mask one textbox to accept only number and when i type 3 numbers, automatic add one dot.
    >
    sample:
    type: 123
    show: 1.2.3
    >
    thanks

    Comment

    • Cowboy \(Gregory A. Beamer\)

      #3
      Re: mask to textbox

      In addition to Juan's suggestions, the AJAX toolkit has a maskedEdit
      control:
      Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


      --
      Gregory A. Beamer
      MVP, MCP: +I, SE, SD, DBA

      Subscribe to my blog


      or just read it:


      *************** *************** *************** ****
      | Think outside the box!
      |
      *************** *************** *************** ****
      "Antônio José Formiga Neves" <formiga@br.int e.rnetwrote in message
      news:8D32CA82-0990-43EC-9B83-A823AC24C9CA@mi crosoft.com...
      Anyone help me with how i mask one textbox to accept only number and when
      i type 3 numbers, automatic add one dot.
      >
      sample:
      type: 123
      show: 1.2.3
      >
      thanks

      Comment

      Working...