|
Hi, does anyone know how to sort DataSets in ASP.NET without using DataView.
I want to have a dataset and then sort it and directly send it to XML.
I know you can sort using DataView but the function to send it to XML doesn't work with DataView.
Thanks.
|