User-149812302 posted
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.