@model List @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Applicant Onboard

@Html.DropDownList("ProjectMonitorID", null, htmlAttributes: new { @class = "form-control select2", @onchange = "GetDetail();" })

 
@section Scripts { }