Chapter Four ASP.net (5)
Chapter Four ASP.net (5)
Understanding Validation
Users are not interested to enter the correct data into a form.
Developers spend more time for checking user’s input.
Understanding Validation
• ASP.NET aims to save you this trouble and provide you with a reusable
framework of validation controls that manages validation details by checking
fields and reporting on errors automatically.
• ASP.NET Validation server controls allow you to easily validate any data a
user has entered in a Web form.