The CompareValidator Control evaluates the value of an input control against a given value. The CompareValidator control allows you to compare a value against another, to determine if the values match the relationship specified by a comparison operator. Author: unknown Code: ASP.NET v1.0 & VB
In ASP.NET environment,This article describes you how to work with CompareValidator Web Control.This CompareValidator can be used to comparing the entered value of 2 controls....... Author: Mohideen Code: ASP.NET v2.0 & C#