Chapter 4. Validating Web Form Pages

If you want to collect information from the users of your application, you’ll most likely need to implement some type of form validation. For example, you’ll need a way to make certain form fields required and prevent users from entering the wrong type of information into them.

Fortunately, Visual Studio .NET makes it easy to validate form data. You can add a variety of Validation controls to your Web Form Page to prevent the wrong type of data from being submitted.

In this chapter, you’ll learn

  • How to use the common properties shared by all Validation controls

  • How to use the Validation ...

Get ASP.NET Kick Start 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.