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?

Choose the correct answer

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.

In an application with two distinct web form control… — ASP.net | PakQuizHub