View Single Post
Old 03-22-2006, 07:01 PM   #2 (permalink)
rdove
Masked Moderator
 
rdove's Avatar
 
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
rdove is on a distinguished road
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

rdove is offline   Reply With Quote