开发者

Fix number of Items in Datalist ASP.net

I want to hav开发者_运维技巧e fix number of items in datalist and the rest are only displayed if I click on "show more" button.


Use .Take(n) when setting the datasource. When they click show more don't use the Take() method

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜