The Mask property accepts a character pattern. : MaskedEdit « Ajax « ASP.NET Tutorial






You can use the following special characters:

9 - Only a numeric character
L - Only a letter
$ - Only a letter or a space
C - Only a custom character (case sensitive)
A - Only a letter or a custom character
N - Only a numeric or custom character
? - Any character
/ - Date separator
: - Time separator
. - Decimal separator
, - Thousands separator
\ - Escape character
{ - Initial delimiter for repetition of masks
} - Final delimiter for repetition of masks








20.8.MaskedEdit
20.8.1.Using the MaskedEdit Control
20.8.2.The Mask property accepts a character pattern.