|
|
Browse by Tags
All Tags » asp.net » mvc (RSS)
-
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 System.Linq;namespace System.Web.Mvc{ public interface ...
|
|
|