I'm working on a project to syndicate library content with RSS.... and learn .NET, C#, and AJAX

Wednesday, July 25, 2007

Can't sort a DataSet

You can't sort a DataSet; if you're filling the ds from one SQL query you can sort in the query ... but I have two queries and two datasets that I merge into one, so then it is not sorted. However, you can sort a DataView:

No comments: