i am using listboxfor in mvc.........at the edit time i display selected values in label
i need to display remaining values(not selected values) in a listboxfor but this time listbox showing all value..........how to do it in mvc
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.
Laxmidhar SahooPosted Dec 12, 2017, 2:41 AM
Indu YadavPosted Dec 12, 2017, 2:25 AM
@Html.Raw(ViewBag.selectedvalues)
Laxmidhar SahooPosted Dec 12, 2017, 2:10 AM