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 - 18 Apr 2008 15:18 GMT
Try one of these free masked textbox controls :
http://www.codeproject.com/KB/aspnet/Xtended_TextBox.aspx
http://www.c-sharpcorner.com/UploadFile/jibinpan/MaskedTextBoxControl11302005051
817AM/MaskedTextBoxControl.aspx
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/
======================================
> Anyone help me with how i mask one textbox to accept only number and when i type 3 numbers, automatic add one dot.
>
[quoted text clipped - 3 lines]
>
> thanks
Cowboy (Gregory A. Beamer) - 18 Apr 2008 15:27 GMT
In addition to Juan's suggestions, the AJAX toolkit has a maskedEdit
control:
http://tinyurl.com/5yjj5f

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
*************************************************
> Anyone help me with how i mask one textbox to accept only number and when
> i type 3 numbers, automatic add one dot.
[quoted text clipped - 4 lines]
>
> thanks