I have created several custom controls extending the DropDownList control. I have a skin file like this:
<asp:DropDownList runat="server">
...
</asp:DropDownList>
Is there a way for me to apply this skin to my custom controls descending from DropDownList without having to write a skin for each one, since all my custom controls descend from the same type?
alexvasconce...
Member
6 Points
13 Posts
Skinning custom controls
Jul 09, 2008 09:51 PM|LINK
I have created several custom controls extending the DropDownList control. I have a skin file like this:
<asp:DropDownList runat="server">
...
</asp:DropDownList>
Is there a way for me to apply this skin to my custom controls descending from DropDownList without having to write a skin for each one, since all my custom controls descend from the same type?
Thanks.
Peter Bucher
Participant
1562 Points
214 Posts
MVP
Re: Skinning custom controls
Jul 09, 2008 10:14 PM|LINK
Hi alex
Dont exists something like "classes" or "id" identifier for skins.
I gues it dit.
Microsoft MVP - Visual Developer ASP / ASP.NET
- http://www.aspnetzone.de/blogs/peterbucher/ - Auf den Spuren von .NET