Welcome to GASP Sign in | Join | Help

Browse by Tags

All Tags » mvc   (RSS)
LINQ Extension Method PagedList<T>
Looking at the ASP.NET MVC Framework , i found something very useful. Basically this few lines of code adds to your project an Extension Method wich implements support for paging on any Generic List. using System; using System.Collections.Generic; using Read More...