How to add MVC Contrib Grid in MVC 3.0 Razor
I am trying to use MVC Contrib grid in MVC 3.0 Razor Framework.In this i add the mvccontrib.dll in my solution.When i try to add the namespace in my View page as (@using MvcContrib.UI.Grid;),i am getting error that:-The type or name开发者_运维问答space name mvccontrib could not be recognized.(r u missing a using directive or assembly reference.) I also make changes in my [views/web.config] file like below: Still i am getting error: so pls help me in getting rid of this error.
Just add the MVCContrib.dll to Reference In the Solution explorer and how to use and all
Refer this link: http://www.codeproject.com/KB/aspnet/Grid_Paging_In_MVC3.aspx?display=Print
精彩评论