I have a partial view in a layout file, my partial view has a form and some server side validation. when my form is submitted and modelstate is invalid what should I return?
something is bold here:
1) I don't want to use javascript
2) I want to show modelstat errors in client side
Thanks :)