0
kicks
ASP.NET MVC Tip #44 – Create a Pager HTML Helper
This tip demonstrate how you can create a custom HTML Helper that you can use to generate a user interface for paging through a set of database records. Stephen built on the work of Troy Goode and Martijn Boland. Also demonstrate how you can build unit tests for HTML Helpers by faking the HtmlHelper class.