here's the code for the codebehind to do the sort by the way:

Code:
lbCompaniesMissing.Items.SortDescriptions.Add(New ComponentModel.SortDescription("Company_Name", System.ComponentModel.ListSortDirection.Ascending))