Home All Groups Group Topic Archive Search About
Author
10 Jul 2006 1:45 PM
mfleet1973@yahoo.ca
Hello.

Is it possible to have more than one field in the sort of a dataview?
For example, DataView1.Sort = "Field1, Field2".

Thanks a lot!

Author
10 Jul 2006 2:37 PM
Leon Mayne
> Is it possible to have more than one field in the sort of a dataview?
> For example, DataView1.Sort = "Field1, Field2".

Yes, from the .NET help files:

myDataView.Sort = "State, ZipCode DESC"