Moderate

Which of the following control is used to validate that two fields are equal ?

Correct answer: D. CompareValidator

  • A. equals() method
  • B. RegularExpressionValidator
  • C. RequiredFieldValidator
  • D. CompareValidator

Explanation

CompareValidator checks one control's value against another, such as confirming that a password and its confirmation match. RequiredFieldValidator only checks that a value is supplied, while RegularExpressionValidator checks a pattern.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions