In an application with two distinct web form controls, which control should be used to verify if the values entered in both controls are identical?
Explanation
The CompareValidator control is specifically designed to check if the values of two web form controls match. DataList, ListView, and GridView are used for displaying data and do not perform value comparisons.