I have a nested user control which appears on every single page. It contains some validation in the form of ASP.NET validators.
The problem I'm running into is, since it's on every page (in essence it's located in my left navigation control), I need to set CausesValidation="false"
on every single button etc..
Is there a way to set CausesValidation="false" at the Page Level?