1
Answer

How to bind dropdownlist with selected values in mvc

In mvc, how to show specific values are selected to multiselect dropdownlist.
 
e.g, If i save values from dropdownlist as Actor and Singer.
On edit screen, how can i show those values are selected .
Answers (1)