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

Applicant Manpower Details

Add Applicant
Select Project @Html.DropDownList("ProjectMonitorID", null, htmlAttributes: new { @class = "form-control select2" })
Select Employeement Type @Html.DropDownList("EmployeementTypeID", null, htmlAttributes: new { @class = "form-control select", @onchange = "GetDetail();" })
@section Scripts { }