I have a dataset which reads in an XML file containing an address book. I want to be able to sort this address book into alphabetical order. I have currently been taking the data from the dataset and inserting then sorting it in a collection. But that is very in-efficient.
Is it possible to sort the dataset into alphabetical order from fields i define?
