Validations are the most important part of websites and software. By using validations we can restrict users to enter any Invalid data into your database. There are many validation techniques available to validate form data like JQUERY validations, server side validations. In Asp .Net microsoft has provided us great validation controls.
In this series of articles we will explore validation controls provided by microsoft.
In this article we will see how to use RangeValidator in asp .net. We can use RangeValidator to compare between range of data, we can also check data types like String, Integer, Double, Date, Currency.
Previous article from the series: