自定义服务器控件内的标记代码
我是自定义服务器控件的新手,我希望使用它们为我构建的不同站点构建各种“模块”,以减少重复代码。
我熟悉自定义用户控件,我可以在其中创建 .ascx 和 .ascx 。 .ascx.vb 文件,然后可以导入到 .aspx 页面并自由使用。
但是,对于自定义服务器控件,我找不到使用标记/html 代码的方法。这是否可能,或者所有代码都必须以编程方式创建?
I'm new to custom server controls and I'm hoping to use them to build various 'modules' for different sites I build to cut down on duplicate code.
I'm familiar with custom user controls in which I can create an .ascx & .ascx.vb file which can then be imported into an .aspx page and used freely.
However, with custom server controls I cannot find a way of using markup/html code. Is this possible at all or must all code be created programmatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自定义控件没有设计人员支持。
请参阅此支持文章在以下两者之间做出决定:
用户控件概述与自定义控件
http://support.microsoft.com/kb/893667
There is no designer support with Custom Controls.
See this support article to decide between two:
Overview of user controls vs. custom controls
http://support.microsoft.com/kb/893667