D
Donal McWeeney
Hi,
I'm building a custom control derived from WebControl - and I want to add a
child property of type Style - but my control will also contain any amount
of child controls - how do I go about doing this.
eg.
<MyCustomControl runat="server">
<CustomStyle ... />
<p>some text possibly</p>
<asp:HyperLink runat="server" ...
etc
</MyCustomControl>
Any pointers to examples greatly appreciated...
Thanks
Donal
I'm building a custom control derived from WebControl - and I want to add a
child property of type Style - but my control will also contain any amount
of child controls - how do I go about doing this.
eg.
<MyCustomControl runat="server">
<CustomStyle ... />
<p>some text possibly</p>
<asp:HyperLink runat="server" ...
etc
</MyCustomControl>
Any pointers to examples greatly appreciated...
Thanks
Donal