Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, 1. How can I sort a DataTable? 2. After sorting the dataTable, How can I bind this to an object like ComboBox? Thanks Mark
You can use the DefaultView property to access the Table's view and then sort. i.e. DataTable myTable = new DataTable("blah"); myTable.DefaultView.Sort ------------------------------------- I have no prayer for that. - Stark, Farscape