Hi,
if you are working with ASP.NET 2.0, it already has adaptive control
behavior where control or page can (or better saying will) have associated
Adapter object (ControlAdapter base type), which is capable to access the
control in various stages of control lifecycle as well as modify the
rendering of the control
Architectural Overview of Adaptive Control Behavior
http://msdn2.microsoft.com/en-US/library/67276kc5(VS.80).aspx
ControlAdapter Class
http://msdn2.microsoft.com/en-us/library/system.web.ui.adapters.controladapter(V
S.80).aspx

Signature
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke
>I was thinking for learning to write a propertyextender class which would
>add some extra attributes to a controls on a form before rendering.
[quoted text clipped - 4 lines]
> Thanks in advance,
> - Arthur Dent.
Arthur Dent - 03 Apr 2006 04:04 GMT
Hmm, sounds interesting.... ill have to look into that.
Thanks!
> Hi,
>
[quoted text clipped - 18 lines]
>> Thanks in advance,
>> - Arthur Dent.