ASP.NET +数据列表
你好帮帮我 我需要行数有限的 DataList ..而不使用 RepeatColumns 属性 所以我只需要 DataList 中的一列,行数有限
Hello help me
I need DataList with limited number of rows .. with out using RepeatColumns properties
so I need just one column in the DataList with limited number of Rows
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用重复列进行行计数,就像在数据列表中一样:
Use repeat columns for row count, like this in the datalist:
您可以在数据源上使用[在此处输入链接描述][Enumerable.Take] 并“获取”您需要的行数。
来自 MSDN 的示例:
You can use [enter link description here][Enumerable.Take] on your DataSource and "Take" the number of rows you need.
Example from MSDN: