A Look at the Remaining Validation Controls

In addition to the four validation controls we have examined in this hour, there are two additional validation controls. The first is the CustomValidator, which is, as its name implies, a validation control that is customizable. The CustomValidator can be used to validate user input in a way that is not handled by one of the four validation controls we've looked at.

However, in my experience, rarely will you find that you need to use a CustomValidator. More often than not, one of the four main validation controls will suffice. If, however, you find that you do need the power of a CustomValidator, I encourage you to read “Using the CustomValidator Control” at http://aspnet.4guysfromrolla.com/articles/073102-1.aspx ...

Get SAMS Teach Yourself ASP.NET in 24 Hours 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.