Wednesday 1 November 2017

MVC - Prevent @Html.ValidationSummary from displaying message on loading

Watch this fix on YouTube

 

to fix it add the following to css file
.validation-summary-valid{
    display:none;
}

No comments:

Post a Comment