I want to customize the asp.net textbox web controls properties like its
i) width
ii) height
iii) backColor
iv) forecolor
etc
For this I have choose one Asp.Net Server Control and Inherited my control class from textbox class
After that I dont know what I need to do to complete it
Please help me out if possible
step by step