You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I use a validation summary instead of a "span with asp-validation-for" to show the error messages?
How do I do it?
I tried to put the tag <div asp-validation-summary="All"></div> but seems like it doesn't work. The message does not show up if I don't have the spans for each field.
Thanks,
Kristian Fernando
The text was updated successfully, but these errors were encountered:
Hello all,
Can I use a validation summary instead of a "span with asp-validation-for" to show the error messages?
How do I do it?
I tried to put the tag
<div asp-validation-summary="All"></div>
but seems like it doesn't work. The message does not show up if I don't have the spans for each field.Thanks,
Kristian Fernando
The text was updated successfully, but these errors were encountered: