is there any way to get the ASP.NET validation summary control to just display the HeaderText when there is a validation error?
Basically what I want is for just a simple message like ‘Please complete all fields marked *’ to appear next to the submit button. As I’m using ‘*’ for the error message on the validators I don’t want these to appear in the summary.
Thanks for any help.
Set each validators Text to ‘*’ and ErrorMessage to an empty string.