Description of Reusing and Creating Server Controls :
Reusing and Creating Server Controls is an interesting article which helps you to know the method for creating custom label control. The author shows how to create a class which inherits from the control and the web control base classes and overrides the methods of these base classes inorder to build a custom label control.