T
Tony Dong
Hi there
I have one multiselect listbox, and get date from database using DataSet
HolidaysListBox.ValueMember = "HolidayDate"
HolidaysListBox.DisplayMember = "HolidayName"
HolidaysListBox.DataSource =
HolidayDS.Tables("dtHolidays").DefaultView
if I use one selected, it is working fine and I can get result using
HolidaysListBox.SelectedValue
But I don't know how to get the multiselected ValueMember results from this
listbox, anyone can help me?
Thanks
I have one multiselect listbox, and get date from database using DataSet
HolidaysListBox.ValueMember = "HolidayDate"
HolidaysListBox.DisplayMember = "HolidayName"
HolidaysListBox.DataSource =
HolidayDS.Tables("dtHolidays").DefaultView
if I use one selected, it is working fine and I can get result using
HolidaysListBox.SelectedValue
But I don't know how to get the multiselected ValueMember results from this
listbox, anyone can help me?
Thanks