Two ValidationSummary in the same page

1.9k Views Asked by At

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?

1

There are 1 best solutions below

2
On

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.