2
Reply

Group by Datatable data using linq MVC to show data on View

Rupesh Kahane

Rupesh Kahane

Aug 10 2016 5:47 AM
289
I have bellow table structure with data as
 
I would like to show this data on view (refer below image) using LINQ query to Datatable, group by this data and show on MVC View 
 
 
How can I do this? Thanks  

Answers (2)