I have a User Control which has one CustomValidator control.

In debug I can see that validation is failing in UserControl::Page_Load and
IsValid of the custom validator is set to false.
But in the Page::Button1_Click it's already reset to false. Although the
error message is preserved.

What am I missing here?

Thanks.
George.