N
Nathan Sokalski
I have a control library that contains several controls that I want to add
to the Visual Studio 2008 toolbox for use in Web Applications. I have done
this before, so I know how to do it. However, when I attempt to do it this
time it refuses to add one of the controls. The one control that does not
get added inherits from System.Web.UI.HtmlControls.HtmlAnchor, and I am
wondering if the fact that it is inheriting from an HtmlControl has anything
to do with the fact that it is not being added to the Toolbox. This control
works perfectly fine, and I am able to use it perfectly fine in my Web
Applications, so the code does not have any problems. Why is this control
not being added to the Toolbox like the other controls? Thanks.
to the Visual Studio 2008 toolbox for use in Web Applications. I have done
this before, so I know how to do it. However, when I attempt to do it this
time it refuses to add one of the controls. The one control that does not
get added inherits from System.Web.UI.HtmlControls.HtmlAnchor, and I am
wondering if the fact that it is inheriting from an HtmlControl has anything
to do with the fact that it is not being added to the Toolbox. This control
works perfectly fine, and I am able to use it perfectly fine in my Web
Applications, so the code does not have any problems. Why is this control
not being added to the Toolbox like the other controls? Thanks.