Home All Groups Group Topic Archive Search About
Author
26 Oct 2006 9:21 PM
JJ
I am trying to create custom controls that extend some of the functionality
of web controls (and sets default values if that control is used).  For
example, if i were to use the textbox control, it should always use certain
font, size etc.  I know I can do this by creating web control library
project.  Now do I have to create web control library project for each
control that I want to create?  So if I want custom lable, custom
dropdownlist, custom textbox, I have to create 3 web control projects?

Thanks

Author
27 Oct 2006 1:20 AM
senfo
JJ wrote:
> I am trying to create custom controls that extend some of the functionality
> of web controls (and sets default values if that control is used).  For
> example, if i were to use the textbox control, it should always use certain
> font, size etc.  I know I can do this by creating web control library
> project.  Now do I have to create web control library project for each
> control that I want to create?  So if I want custom lable, custom
> dropdownlist, custom textbox, I have to create 3 web control projects?

The things you have mentioned are better accomplished using CSS.  Have
you looked into this?

Hope that helps,

--
Sean