asp.net 4.0 - 当我创建继承自 HtmlContainerControl 的自定义控件时,我无法让它显示在 VS 工具箱中
我尝试了两种方法将自定义控件包含在工具箱中。
首先,我尝试将 DLL 拖到我的工具箱中,但只出现了一些控件。
同样,当我以“选择项目”的方式进行操作时,只出现了一些控件。
我的任何继承自 Web.UI.HtmlControls.HtmlContainerControl 的自定义控件都不会显示。
但是,如果我将这些控件的类更改为从 Web.UI.Panel 继承,它们就会出现。
我缺少什么?
谢谢
I've tried two methods to include my custom control in the toolbox.
First, I tried to drag the DLL onto my toolbox, but only some of my controls appeared.
Again, when I did it the "choose items" way, only some of my controls appeared.
Any of my custom controls that inherit from Web.UI.HtmlControls.HtmlContainerControl don't show up.
However, if I change those controls' classes to inherit from Web.UI.Panel instead, they do show up.
What am I missing?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否使用 ToolBoxItem 的属性来装饰它?
Did you decorate it with attributes for the ToolBoxItem?