Thursday, March 22, 2012

Masking a textbox as phone number box

Hi All

I have a textbox want to mask as phone box. How can I do it?

ThanksAs far as I know, you can't do this directly. You'll need to use a
client-side validator, probably a regular expression validator.

Regards,

Mun

--
Munsifali Rashid
http://www.munsplace.com/

"Hai Nguyen" <haiaggie@.neo.tamu.edu> wrote in message
news:u%23yi2UI2DHA.2456@.TK2MSFTNGP12.phx.gbl...
> Hi All
> I have a textbox want to mask as phone box. How can I do it?
> Thanks
You could use this free control:
http://www.assistedsolutions.com/de...bpage=inputmask

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"Hai Nguyen" <haiaggie@.neo.tamu.edu> wrote in message
news:u%23yi2UI2DHA.2456@.TK2MSFTNGP12.phx.gbl...
> Hi All
> I have a textbox want to mask as phone box. How can I do it?
> Thanks
Hi Steve

I did come to this page to download it to my computer. I ran it and it works
with the original folder
I started opening up my application and creating a small webform to test if
it works. I could not make it run
There were what i did
1/ Copy the file: AssistedSolutions.WebControls.InputMask.dll to my bin
folder
2/ Copy: <%@. Page language="c#" Codebehind="default.aspx.cs"
AutoEventWireup="false" Inherits="SampleProject._default" %
It still did not work like the sample file even though i looked up the
assemblyinfo.cs and web.config
Do i have to do anything else?


Enter Phone Number:

http://www.assistedsolutions.com/de...bpage=inputmask

-- Original Message --
From: "Steve C. Orr [MVP, MCSD]" <Steve@.Orr.net>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Sent: Sunday, January 11, 2004 5:27 PM
Subject: Re: Masking a textbox as phone number box

> You could use this free control:
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
> Hire top-notch developers at http://www.able-consulting.com
>
> "Hai Nguyen" <haiaggie@.neo.tamu.edu> wrote in message
> news:u%23yi2UI2DHA.2456@.TK2MSFTNGP12.phx.gbl...
> > Hi All
> > I have a textbox want to mask as phone box. How can I do it?
> > Thanks
>
"Steve C. Orr [MVP, MCSD]" <Steve@.Orr.net> wrote in message
news:%23n%23bupJ2DHA.2972@.TK2MSFTNGP09.phx.gbl...
> You could use this free control:
http://www.assistedsolutions.com/de...bpage=inputmask
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
> Hire top-notch developers at http://www.able-consulting.com
>
> "Hai Nguyen" <haiaggie@.neo.tamu.edu> wrote in message
> news:u%23yi2UI2DHA.2456@.TK2MSFTNGP12.phx.gbl...
> > Hi All
> > I have a textbox want to mask as phone box. How can I do it?
> > Thanks

0 comments:

Post a Comment