This may be a silly question, but you have added a MaskedEditValidator control to the page as well, and wired it up?
<ajaxToolkit:MaskedEditValidator
ControlExtender="MaskedEditExtender2" />
They are seperate controls that have the added to your page.
ETA: Also, if you haven't added at least an "InvalidValueBlurredMessage" (and "EmptyValueMessage" if "IsValidEmpty" is set to false) or "OnInvalidCssClass" the validator won't appear to do anything on the client side.
