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...