My table in db have fields : Id,Organisation,Info.
Id
Organisation
Info
I want make dropdowm list like that:
@model CURDInMVC.Models.StudentModel @Html.DropDownListFor(model => model.States, new SelectList(ViewBag.States, "StateID", "StateName"))