I need to populate multi select dropdown from multiple values from table like this value1;value2;value corresponding to each record (which is in list box).
When I select any record in list, the value of multiselect combo box changes corresponding to the record in the list box.
I am able to select multiple values for each record manually when I click any record in the list. However, I want the text box of dropdown to be populated automatically whenever I click any record in the list box