Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MaskEdit in VB.NET

Status
Not open for further replies.

wvjim

Programmer
Jan 11, 2001
25
0
0
US
I've been unable to find out how to implement an edit mask for a web form. I need to be able to force a user into entering a telephone number, zip code, etc. into a field without having to do double back flips.

Thanks in advance
 
Check out this site.

This guy has a bunch of really great free controls.

One of which is a masked texbox.

Otherwise you can use a RegularExpression Validator to acomplish this. (This will be a few more backflips though)

DotNetDoc
M.C.S.D.
---------------------------------------

Tell me and I forget. Show me and I remember. Involve me and I understand.
- Anonymous Chinese Proverb
-----------------------------------
If you can't explain it simply, you don't understand it well enough.
- A. Einstein
 
Sorry I forgot to post the link in the last post.

Here it is



DotNetDoc
M.C.S.D.
---------------------------------------

Tell me and I forget. Show me and I remember. Involve me and I understand.
- Anonymous Chinese Proverb
-----------------------------------
If you can't explain it simply, you don't understand it well enough.
- A. Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top