Grouping data in Dataset

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi Guys,<br/><br/>I am getting data in dataset from the stored procedures. Now I want to store the data and perform some actions on it before binding it to datagridview. I want to perform actions like grouping the data rows on the basis of data columns (i.e, put together the rows which have a column with specific value). Once groups are made then sorting inside each group will be the next step. <br/><br/>My question is <br/><br/>1) Is there any dataset or datatable property which can do grouping and then perform sorting in each group ?<br/>2) If no dataset or datatable property is available, how to go about this work ? <br/><br/>thnx

View the full article
 
Back
Top