I have a usercontrol on a page twice and a few inputs on the same page.
The page has a ValidationSummary and the usercontrol has a ValidationSummary.
I have been able to have the validation for all controls show in the page's ValidationSummary, and when I have a visible ValidationSummary in the usercontrol I have the validation show in all 3 summaries but it has ALL the errors in all 3.
Is there a way to have the page's errors show in the page's summary and each of the usercontrols just show their own errors in their own summaries?
I am able to set a unique name for the usercontrol ValidationGroup but I dont see a way to tell the ValidationSummary to show that peticular ValidationGroup. Is it even possible?
Doug
...
Go to the complete details ...