Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Isn't `Html.ValidationSummary()` supposed to render server-side (ModelState) errors only?
No i believe Validation Summaries inside of forms that include property level errors should show client side.
Hello,
i'm attempting to add a Validation Summary into my form container (FormContainerBlock.ascx) from EPiForms (v4.0).
Added it via Html.ValidationSummary() but doesn't populate when the client side validation fires.
Any ideas if this is possible?