重复 DataList 的标头
我正在使用 asp:DataList
。我有 HeaderTemplate
和 ItemTemplate
,它们都工作正常。但是,我希望能够在每个项目上方重复标题,而不是只在顶部重复一次。
- 这可能吗?使用不同的控件会更好吗?
- 我可以使其可配置吗(即可以在后面的代码中打开和关闭它)吗?
(使用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.
- Is this possible? Would I be better off using a different control?
- Can I make this configurable (ie, can it be turned on & off in the code behind)?
(Using C# 2.0)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您正在寻找 中继器控制。
Perhaps you are looking for the Repeater control.