In this article I’m going to explain how to use RangeValidator in ASP.NET. The RangeValidator control is used to check that the user enters an input value that falls between two values. It is possible to check ranges within numbers, dates, and characters.
|
In this article I’m going to explain how to use CompareFieldValidator control in ASP.NET.
The CompareFieldValidator control is used to compare the value of one input control to the value of another input control or to a fixed value.
|
In this article I’m going to explain how to use RequiredFieldValidator control in ASP.NET.
The RequiredFieldValidator control is used to make an input control a required field. The validation fails if control doesn’t contains any values. By default, the initial value is an empty string ("").
|