I would like to optimize following lines of code for Sorting. public ViewResult Index(string sortorder, int? pagesize, int? page)
I have a simple search box, whose results I want to appear in a div within a page. Usually there should be no more than 3 results, but bizarrely, for some rare cases, there may 100+ !
Hi I was wondering if anyone con shed some light with a problem that I´m experiencing when implementing pagedlist code (https://github.com/TroyGoode/PagedList) in my asp.net mvc3 website. This are th
Im hoping that someone has used the very excellent PagedList from Troy Goode?Im actually using it in a Winforms app, and while it does work, I have lost the ability to sort it.