mask to textbox

mask to textbox

am 18.04.2008 16:01:19 von formiga

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

Re: mask to textbox

am 18.04.2008 16:18:14 von nomailreplies

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" wrote in message
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

Re: mask to textbox

am 18.04.2008 16:27:48 von NoSpamMgbworld

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" wrote in message
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