Get selectedvalues of multi-select list box

前端 未结 6 1165
[愿得一人]
[愿得一人] 2021-01-16 10:05

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

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-16 10:37

    You should be pulling the value from your list variable not from the list_box object.

提交回复
热议问题