开发者

GridView user control with paging in MVC

开发者 https://www.devze.com 2023-01-11 16:13 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消