How to summarize error messages for all the Validation controls in ASP.NET 4.0
Suppose that you have already created a carefully designed form that combines multiple input fields and you want to add validation for this web page. In this case for you will be very difficult or impossible to reformat the layout to accommodate all the error messages for all the validation controls. You can save some work and resolve …