Ok, I have a dataset that is filled from a stored proceedure. The stored proceedure sends back the rows sorted a certain way. What I need to do is use the dataset in its original form, then later on in the code, I need the dataset to be reversed so I can databind it to a datagrid. Any suggestions?
