There are 3 validation groups on the page
Group1 Group2 Group3
After calidating the groups
Page.Validate("Group1");
Page.Validate("Group2");
Page.Validate("Group3");
Page.IsValid is false
How to find out which group caused validation fail and wich passed ?