Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to get the selected values in a multiselct back in the controller?

What I have tried:

How to get the selected values in a multiselct back in the controller?
Posted
Comments
Sinisa Hajnal 22-Mar-16 3:17am    
Check the final rendering of the control and get its value, text or however it keeps it data. Then parse it into an array and pass it on to controller. For example, you have a, b,c in your multiselect, parse it into array by using split(',');
Karthik_Mahalingam 22-Mar-16 3:19am    
what you have tried, pls post your code..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900