how to use linq with group by and aggregate functions on datatable in c#.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pallavi manjare
    New Member
    • Oct 2011
    • 4

    how to use linq with group by and aggregate functions on datatable in c#.net

    i want o/p like:
    1 test1 100 100
    1 test1 400 500
    1 test1 700 1300
    2 test2 200 200
    2 test2 400 600
    2 test2 200 800

    total should be calculated group by no
    Attached Files
Working...