自定义复合控制

发布于 2024-11-08 08:04:14 字数 160 浏览 0 评论 0原文

我创建了 Composite 控件,其中包含 FormView 和两个自定义服务器控件。控件正确呈现。现在,当我从工具箱将控件添加到页面时,我想编辑复合控件的 FormView ItemTemplte,因为我们编辑通用表单视图的 ItemTemplate(通过单击小箭头)。

有什么办法吗?

I've Creted Composite control which has FormView and two custom server control. The Control renders correctly. now when i add control to page from toolbox i want to edit Composite Control's FormView ItemTemplte as we edit ItemTemplate for generic formview (by clicking small arrow head).

any adeas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光病人 2024-11-15 08:04:15

创建 FormView 的实例时,请以编程方式将模板添加到 FormView,然后再在 CreateControlHierarchy() 方法中将其添加到 CompoisteControl。

这是一个广泛的示例

When you create an instance of the FormView, programmatically add the templates to the FormView before adding it to the CompoisteControl in the CreateControlHierarchy() method.

Here is an extensive example

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文