GkSeries.com

Dot NET Multiple Choice Questions(MCQs) with Answers on Validation Controls

(21) Which of the following validation control is used to ensure that an user does not skip a form entity field?
[A] CompareValidator
[B] RequiredFieldValidator
[C] RangeValidator
[D] RegularExpressionValidator

Comment

Answer: Option [B]
(22) Which type of validation is used to check password and confirm password in a login form?
[A] CustomValidator
[B] RangeValidator
[C] CompareValidator
[D] RequiredFieldValidator

Comment

Answer: Option [C]

⭐ Make GKSeries Your Preferred Source on Google

Add GKSeries as Preferred Source
(23) Which type of validation is used to check an email address entered by the user is matches to email pattern?
[A] RegularExpressionValidator
[B] RangeValidator
[C] CustomValidator
[D] ValidationSummary

Comment

Answer: Option [A]
(24) Which type of validation is used to ensure that the value entered by an user is within the specific range?
[A] CustomValidator
[B] ValidationSummary
[C] RangeValidator
[D] None of these above

Comment

Answer: Option [C]
(25) ValidationSummary control in a webpage
[A] shows all the error messages from the validators via email
[B] shows all the error messages from the validators in one specific spot on the page
[C] shows all the error messages from the validators in the next page
[D] none of these above

Comment

Answer: Option [B]

Chapters

Click Here to Read more questions