I am using ValidationSummary in forms, but they are not being rendered. Is there any known reason for this error?
Example form:
@using (Html.BeginForm("CadastrarPessoaFisica", "Usuario", FormMethod.Post))
{
@Html.ValidationSummary(false...
asked by
07.09.2014 / 22:32