Re: Building a rendered control with child controls -
05-18-2007
, 02:30 AM
Hi TS,
Yes you will have to implement various functionality yourself, such as
client-side validation, this is because IValidator is only a interface. The
client-side validation behavior you're seeing for other built-in validators
are all inherited from BaseValidator, which implements IValidator interface
but adds rich functionality which is not required by IValidator.
I understand you actually want to use existing validators in your control,
this is also recommended way since it will let you use existing validators.
In this case, I think using a composite control is better.
Regards,
Walter Wang (wawang (AT) online (DOT) microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights. |