Description of Making Skinned Custom Controls :
This is a simple ASP.NET tutorial in which the author explains you about how to build skinned custom controls. You can derive these type of custom control from the base class SkinControl. The skinned controls have an extension of .ASCX and it contains new methods and properties. You can see the sample program for the procedure explained in this tutorial.