You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: