重复 DataList 的标头

发布于 2024-08-12 18:09:30 字数 235 浏览 8 评论 0原文

我正在使用 asp:DataList。我有 HeaderTemplateItemTemplate,它们都工作正常。但是,我希望能够在每个项目上方重复标题,而不是只在顶部重复一次。

  1. 这可能吗?使用不同的控件会更好吗?
  2. 我可以使其可配置吗(即可以在后面的代码中打开和关闭它)吗?

(使用C#2.0)

I'm using an asp:DataList. I have the HeaderTemplate and the ItemTemplate, and those both work fine. However, I'd like to be able to repeat the Header above each Item, rather than just once at the top.

  1. Is this possible? Would I be better off using a different control?
  2. Can I make this configurable (ie, can it be turned on & off in the code behind)?

(Using C# 2.0)

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

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

发布评论

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

评论(1

千秋岁 2024-08-19 18:09:31

也许您正在寻找 中继器控制。

Perhaps you are looking for the Repeater control.

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