InputDirection Input direction for the target TextBox. Possible values are LeftToRight
and RightToLeft.
Mask Actual mask to be applied (e.g., 00/00/0000).
MaskType Type of the specified mask (None, Number, Date, DateTime, Time).
MessageValidatorTip Message displayed in target TextBox when its value is being changed.
PromptChararacter Prompt character used for unspecified mask characters.
UserDateFormat Custom date format string for the target TextBox.
UserTimeFormat Custom time format string for the target TextBox.
OnFocusCssClass CSS class applied to the target TextBox when it receives focus.
OnFocusCssNegative CSS class applied to the target TextBox when it receives focus with a
negative value.
OnBlurCssNegative CSS class applied to the target TextBox when it loses focus with a
negative value.
OnInvalidCssClass CSS class applied to the target TextBox when it contains an invalid
entry.
CultureName Name of the culture applied to the input mask.
CHAPTER 8 ?– USING THE ASP.NET AJAX CONTROL TOOLKIT (PART 2) 175
The two important properties to note here are Mask and MaskType.
Pages:
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254