I have two validation groups and two validation summaries on my page. Controls belong to either of two groups and there is a button for each group that performs the validation for each.
I can't get page.isvalid to work; it always returns true regardless of the validity of the controls on the page. Is there a different way to validate only particular groups?