A tip on using ASP.NET validation controls
...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 would set the ErrorMessage to something vanilla like, "This field is required", or...
