SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 245 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"


ControlToValidate ID of the target TextBox control to validate.
EmptyValueMessage Error message displayed when the target TextBox is empty and has
focus.
InitialValue Initial value of the target TextBox control.
InvalidValueMessage Error message displayed when the target TextBox has an invalid value
and has focus.
IsValidEmpty Boolean value indicating whether or not it is valid for the target TextBox
to be empty.
MaximumValue Maximum allowed input value.
MaximumValueMessage Error message displayed when the value of target TextBox has exceeded
the maximum allowed value and the TextBox still has focus.
MinimumValue Minimum allowed input value.
MinimumValueMessage Error message displayed when the value of target TextBox is less than
the minimum allowed value and the TextBox still has focus.
TooltipMessage Tool tip message displayed when the target TextBox is empty.
ValidationExpression Regular expression used to validate the input. (This offers the greatest
level of control and flexibility with the input.)
As you can see in the preceding table, the MaskedEditValidator control has a number
of useful properties to allow you to enforce better data integrity and user experience for
input controls in your form.


Pages:
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257