Quote Originally Posted by rex64
No, users are entering the phone numbers into a web form and I want to make sure they get formatted nice into the database. Is there an easy way to apply an data entry mask on a ASP page like with VB Forms? Thanks!
You can use a TextBox and a RegularExpressionValidator. The Validator has "U.S. Phone Number" as one of its standard expressions.

http://msdn.microsoft.com/en-us/libr...validator.aspx