i have a listview and a combobox. i need to display all my column headers from the listview as items on my combobox. also i need to "sort" the data of my listview according to the selected item on my combobox.
ex: my listview contains the column headers, "name", "address", "age", "date"
i need name, address and age as my options on my drop down menu which is my combobox
next, i need to sort it. if i select "name" on the combobox, the listview should show the name columnheader sorted either ascending or descending
how do i do it? need serious help. i cant find answers anywhere. :(