GridView user control with paging in MVC
Is ther any user control for displaying data(like gridview in asp.net).
Actually i found many control which works but, i cann't reuse it. Because in each a开发者_运维技巧nd every page i need to put the same logic. Is there any control which I can re-use for all pages?
How I create user control in MVC for GridView.??
may be this post can help you , http://professionals-helpdesk.blogspot.com/2012/04/create-nice-numeric-paging-using-aspnet.html
You may take a look at the MVCContrib Grid which is a highly reusable grid control for ASP.NET MVC with many features.
精彩评论