I am new to MVC 4, I have a view with a form. Many controls are there. One of them is simple Gender with @Html.DropDownListFor(). I have to send value to database and when clicked for edit need to show the same value from database in that dropdown.
I am not getting it, may be due to lac of knowledge. Please help me?
- Thanks