Sorting DataTable output
I know that you can not actually sort a DataTable easily. I just want to order the output for my DropDownList. I created two tables using a stored procedure into a DataSet (objDS). I then merged the two tables (table1.merge(table2)), no problem. Now I want to reorder the output on two columns.
Does anyone have a good suggestion?
|