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're looping the selected items already. Why not just call
MessageBox.Show(list.ToString());