insert comma seperated multiple selected dropdownlist values
how to insert comma seperated multiple selected dropdownlist values into database in mvc,i am not getting an idea regarding this.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
brijesh rathorPosted Mar 27, 2019, 5:30 AM
first get all dropdownlist selected values in variables.
after that create one array and push these selected values in array with comma seprated. with using jquery.
Gajendra JangidPosted Mar 25, 2019, 2:54 AM