I have a datatable with one column that contain names.I want to load combobox with datatable such that names should be in alphabetic order for eg:first name starts with a.
second name starts with b.How can i sort data in datatable.Can anybody help?
I have a datatable with one column that contain names.I want to load combobox
Share
Use a DataView: