A tip on using ASP.NET validation controls
...helpful from a ValidationSummary control
If you need a shorter message to display inline (i.e., where the validation control is on the form, as opposed to the ValidationSummary) use the body of the control to define it
In the past, I've used RequiredFieldValidator controls on my web forms to remind users that certain fields are required. I...
