client side editing in Text Boxes?

T

Tina

Are there any textbox controls capable of enforcing client side editing i.e.
telephone number edit masks, enforce numeric, etc.
Thanks,
T
 
C

Curt_C [MVP]

It will all have to be done with javascript. You should be able to write one
yourself I would think though, shouldn't be that bad.
 
J

James Thomas

You could use validation for this. For the phone number mask, use
regular expression validator, for the numeric enforcement, use the
Compare validator (close, not in front of .NET so don't have exact
validator name for this).

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,591
Members
45,100
Latest member
MelodeeFaj
Top