Which control is utilized to ensure that the values of two input fields match?

Choose the correct answer

Explanation

The CompareValidator control is specifically designed to compare the values of two input fields to verify if they are equal. The equals() method is a programming function, not a control. RegularExpressionValidator checks input against a pattern, and RequiredFieldValidator ensures a field is not left empty.

Which control is utilized to ensure that the values … — ASP.net | PakQuizHub