views:

31

answers:

1

Hi friends, 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 and 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.??

A: 

You may take a look at the MVCContrib Grid which is a highly reusable grid control for ASP.NET MVC with many features.

Darin Dimitrov