Highlighting Validation Errors
When a validation control displays a validation error, the control displays the value of its Text
property. Normally, you assign a simple text string, such as "(Required)"
to the Text
property; however, the Text
property accepts any HTML string.
For example, the page in Listing 3.2 displays an image when you submit the form without entering a value for the First Name text field (see Figure 3.2).
Figure 3.2. Displaying an image for a validation error.
Listing 3.2. ValidationImage.aspx
In Listing 3.2, the Text
property ...
Get ASP.NET 4 Unleashed 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.