Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone.

I have one Requirement in .Net. I Have task in that i have to bind some of data into gridview Using MVC. So please send me useful link.

Thanks & Regards.
Viral
Posted
Updated 30-Sep-14 2:15am
v2

1 solution

1.The GridView control is an ASPX control, and the usage of the ASPX controls in MVC is not an easy task and make no sense to do it because ASP.NET MVC architecture is different then simple ASP.NET.

2.You have other options for using grids in MVC, see the next articles as starting points:
Grouping Gridview in Asp.Net MVC[^]
MVC Basic Site: Step 4 – jqGrid Integration in MVC 4.0 using AJAX, JSON, jQuery, LINQ, and Serialization[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900