2
Answers

Dropdownlist in mvc5

How to make current value as selected item in dropdownlist in mvc5 edit view?
where dropdownlist is bind using ViewData and its values coming from another model..

Answers (2)