harvesthq / chosen

Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.
http://harvesthq.github.io/chosen/
Other
21.85k stars 4.1k forks source link

asp.net mvc drop down list multiple option #3126

Open HamidSeyfi opened 2 years ago

HamidSeyfi commented 2 years ago

i am using drop down list with multiple option in asp.net mvc with html.helper (@Html.DropDownListFor) when i post the page from client to server , i get data as int[] in client and every thing is ok when i want to send data from client to server, and i send selected options as (int[]) to client the drop down list control does not show selected options and it is empty