HighTechTalks DotNet Forums  

Building a rendered control with child controls

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Building a rendered control with child controls in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #11  
Old   
Walter Wang [MSFT]
 
Posts: n/a

Default 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.


Reply With Quote
  #12  
Old   
Walter Wang [MSFT]
 
Posts: n/a

Default Re: Building a rendered control with child controls - 05-22-2007 , 10:51 PM






Hi TS,

Let me know if there's anything else I can help.


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.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.