I have partial view with its validation summary that must displayed with all views (I put it in the _Layout file) and in some views there is also validation summary.
So, when validate any view(doing server validation) both validation summary display errors?
How can I handle this case????