| MaskedTextBox |
|
This web control almost completely mimics the standard Windows MaskedTextBox (it uses the same mask templates, on entering text visible mask is highlighted...). This component works in Internet Explorer, Opera and Mozilla. The "Mask Edit" control enables developers to set mask property by which the user input to "Mask Edit" can be restricted. Mask: To limit user input in a text box, user must set appropriate mask for that text box. This mask can be set through the Mask property of "Mask Edit" text box control. The following table provides information about the characters sets used for mask creation:
This control has onChange and onIsNotValid client side events. |