Chapter 14. Validator Controls

Almost all Web applications share a common functionality: allowing users to input data and then gathering and processing that data on the server. Web applications use form-based input fields such as text boxes, check boxes, and buttons as the primary mechanism to allow users to enter data. Data entry and data validation go hand in hand. It is essential to validate all user input before it is processed and stored on the server. Validation of user input typically has been a tedious aspect of Web application development. ASP.NET simplifies validation in Web applications immensely ...

Get Developing Microsoft® ASP.NET Server Controls and Components now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.