I have got a list box in multi select mode which is data bound with 15 values from a database. I have this code to display the selected values of each item selected in the l
You should be pulling the value from your list variable not from the list_box object.