visual studio 2010 - ASP.NET MVC 3.0 GridView -


i need use gridview in asp.net mvc 3.0.

can post video tutorials on how use gridview in asp.net mvc 3.0 / video tutorials suggesting on how implement third party tools using gridview ?

it should include features such paging , sorting etc.

thanks,

mangesh

if you're referring gridview in gridview control in webforms, there nothing that. need roll own implementation. typically you'll bind view model (which has data fetched), loop through , generate html, here example tutorial. asp.net mvc more "close metal".


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -