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
senfo - 27 Oct 2006 02:20 GMT
> 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
[quoted text clipped - 3 lines]
> 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,

Signature
Sean