How can I override the error message displayed by the ValidationSummary control in an ASP.NET web forms project?
Rather than displaying an error for each invalid control within the validation group, I want to display a single message e.g. “Invalid form”.
1 Answer