I have two forms on the page and every form has its own ValidationSummary
. The problem is that then server side validation is executed for one form
the both ValidationSummary
display validation messages. Is it possible to have two ValidationSummary
on the same page and execute ValidationSummary
for every form to which it is assigned?
Asked
Active
Viewed 1,885 times
5
1 Answers
0
pass it over the public class which validation summary you want to give on the second page and set your validation group name with the same names.

Viral Shah
- 2,263
- 5
- 21
- 36
-
ValidationGroup is available in ASP.NET and not in MVC. – Tomas Aug 10 '12 at 09:23
-
oh..sorry!! now, kindly check @zdrsh link ! – Viral Shah Aug 10 '12 at 09:28