mask to textbox
am 18.04.2008 16:01:19 von formigaAnyone 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
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
Try one of these free masked textbox controls :
http://www.codeproject.com/KB/aspnet/Xtended_TextBox.aspx
http://www.c-sharpcorner.com/UploadFile/jibinpan/MaskedTextB oxControl11302005051817AM/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/
======================================
"Antônio José Formiga Neves"
news:8D32CA82-0990-43EC-9B83-A823AC24C9CA@microsoft.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
In addition to Juan's suggestions, the AJAX toolkit has a maskedEdit
control:
http://tinyurl.com/5yjj5f
--
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!
|
*************************************************
"Antônio José Formiga Neves"
news:8D32CA82-0990-43EC-9B83-A823AC24C9CA@microsoft.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