|
You can push your data into a DataSet. Then create a DataView, push your Dataset into the DataView and use th Sort property of the DataView to sort you data how you need it. Then in your list box set the datasource property to the dataview and then do a databind.
__________________
~Ryan
|