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
精彩评论