How do you use the grid control in ASP.NET MVC2? I am usin开发者_C百科g VS 2010.
do you mean the standard asp.net webforms grid?
becuase you can not use that grid, because it relies on the viewstate and that is not available in asp.net mvc
How do you use the grid control in ASP.NET MVC2? I am usin开发者_C百科g VS 2010.
do you mean the standard asp.net webforms grid?
becuase you can not use that grid, because it relies on the viewstate and that is not available in asp.net mvc
精彩评论