@Html.DropDownList("Organization",ViewBag.Organisations as SelectList). Here first parameter would be used as name of select element and second one will be ...
確定! 回上一頁