Hello I want to arrange columns as per your select. my listbox showing checkboxes in alphabitcal order but i what i want when user select any column i want to prepare a jquery string variable and want to store the value of current select option from listbox not in order how the listbox showing the data.
my jquery is something like
$("#<%=lstQuery.ClientID %>").change(function(e) { console.log($(this).children('option:selected').val()); });
0 Replies