Hi All, I would like to inquire that which would be better in the following scenario; an asp.net user control or a custom control / custom control library: I needed a property in my basic/primitive asp.net controls such as textbox, drop down lists or buttons, which i could use to assign some category to the control, which in turn i would use for access permissions to my application roles and users. This property would be similar to the TAG property that was in VB 6 controls. As we don't have such property in asp.net server controls, i have decided to customize these controls, through User Controls. But i would like your expert opinions on this approach, whether is should go with User Controls or use asp.net custom controls or an entire different approach. Kindly advice. Thanks in advance!
?«««DTA»»»?