I have a drop down menu being populated from a data connection bound to a sharepoint list. I need to sort the data in alphabetical order. The form will be used through the browser so I cannot rely on sorting the view (browser ignores default view sort order).
I guess what I would want to do in this case is to pop each of these items off the data connection, put them into an array, do some sorting and then put them back into the drop down menu. Could I get some code pointers around getting the items from the data source into the array and then back into the drop down menu in sort order?
I am under a bit of a deadline and I have spent a good amount of time on this already. Any help would be greatly appreciated!