Moderate

If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?

Correct answer: A. CompareValidator

  • A. CompareValidator
  • B. DataList
  • C. Listview
  • D. GridView

Explanation

CompareValidator compares the value of one input control with another, such as confirming a password. DataList, ListView, and GridView are data-display controls, not value-comparison validators.

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