I currently have a ListView that contains a listing of names, grabbing from an XML DataSouce. As of right now, everything works as it should, but the names are not in alphabetical order as I'd like them to be. I'd prefer not to use XSLT to recreate the XML file, so is there any other way to go about correctly sorting the ListView in alphabetical order?
Thanks!