Associate
Have a form that displays data in a datagridview, win forms app c#.
When I click a button I want to open up another form with the a datagridview showing same data at the top of this screen and below it I want a summary displaying.
Can I use LINQ to query a datagridview to summarise data based across a number of dffernt columns? If so how?
regards,
Matt
When I click a button I want to open up another form with the a datagridview showing same data at the top of this screen and below it I want a summary displaying.
Can I use LINQ to query a datagridview to summarise data based across a number of dffernt columns? If so how?
regards,
Matt