Podcast
Questions and Answers
What does the RangeValidator control allow us to check?
What does the RangeValidator control allow us to check?
Whether the user input is between a specified upper and lower boundary
Name three specific properties of the RangeValidator control.
Name three specific properties of the RangeValidator control.
Properties, MinimumValue, MaximumValue
What does the CompareValidator control do?
What does the CompareValidator control do?
Compares a value in one control with a fixed value or a value in another control
Name four specific properties of the CompareValidator control.
Name four specific properties of the CompareValidator control.
What are some of the available values for the 'Type' property in the RangeValidator control?
What are some of the available values for the 'Type' property in the RangeValidator control?
What are some of the available values for the 'Operator' property in the CompareValidator control?
What are some of the available values for the 'Operator' property in the CompareValidator control?
What is the purpose of RegularExpressionValidator?
What is the purpose of RegularExpressionValidator?
How is the regular expression pattern set in RegularExpressionValidator?
How is the regular expression pattern set in RegularExpressionValidator?
What does the ValidationExpression property specify in RegularExpressionValidator?
What does the ValidationExpression property specify in RegularExpressionValidator?
What does the \b character escape match in regular expressions?
What does the \b character escape match in regular expressions?
What does the \w metacharacter match in regular expressions?
What does the \w metacharacter match in regular expressions?
How can a class of characters be specified for matching in regular expressions?
How can a class of characters be specified for matching in regular expressions?
What does the RangeValidator control do?
What does the RangeValidator control do?
What property of the RangeValidator control specifies the range to be validated?
What property of the RangeValidator control specifies the range to be validated?
How does the RequiredFieldValidator control ensure field validation?
How does the RequiredFieldValidator control ensure field validation?
What is the purpose of the ErrorMessage property in validators?
What is the purpose of the ErrorMessage property in validators?
What does the CompareValidator control do?
What does the CompareValidator control do?
Which property of the CompareValidator control specifies the control to compare against?
Which property of the CompareValidator control specifies the control to compare against?