I have a Masterpage with a ValidationSummary.
I need to use at least two different validation groups on a subpage since I have two actions (buttons). I would like the validation messages to be shown in the validation summary on the master page. This is not possible as far as I know since the ValidationSummary is only able to display validation summary messages from one validation group.
I'm wondering what would be the best way to achieve this.
I thought of creating a custom Validation Summary which could accept a list of ValidationGroups to display messages from.
Any good ideas how to do this ?