使用 EntityDataSource 随机化 OrderBy
我正在获取 EntityDataSource 中的人员列表,并将其绑定到中继器。 我想对它们进行随机排序,这样人们就不会总是以相同的顺序显示。我必须采取哪些选择才能做到这一点?
I am getting a list of people in a EntityDataSource and binding this to a repeater.
I want to order them randomly so the people are not always displayed in the same order. What options do I have to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该可以解决问题。
should do the trick.
这是代码,任何有兴趣的人都可以。
Heres the code, for anyone interested.