Over my last handful of posts, Building a Simple Photo Gallery in ASP.NET MVC Framework, Returning Thumbnails With the MVC Framework and Adding Lighbox.js to the Simple Photo Gallery I've built a simple photo gallery on the ASP.NET MVC framework.
In this post, we're going to continue that project by adding paging rather than showing all of the pictures on the one page.
In this post, we leverage LINQ to select the data in the model that we want to show and implement paging.
Read the full post at Adding Paging to the Simple Photo Gallery