> Hello,
>
[quoted text clipped - 8 lines]
> control doesn't appear in the list of controls of the validator.
> Any help to work around this will be greatly appreciated.
For a CustomValidator, there's no need to indicate a ControlToValidate.
Just leave it blank.
It's your custom validation code that will decide which values it's going to
check.

Signature
Riki
Rick - 11 Jun 2007 15:09 GMT
> > Hello,
>
[quoted text clipped - 17 lines]
>
> Riki
Hi Riki,
Thanks. I did as you said, and set the args.IsValid accordingly in the
custom validator's event handling sub, but I must be missing something
b/c the event for the custom validator isn't getting fired. I have a
breakpoint in this event and it isn't stopping there. I'm new to aspx
and I'd appreciate any help to make this user control work with the
validator.
Thank you in advance,
Rick