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

Employee Mobilization

Select Project @Html.DropDownList("ProjectMonitorID", null, htmlAttributes: new { @class = "form-control select2", @onchange = "GetProjectData();" })
Select Employeement Type @Html.DropDownList("EmployeementTypeID", null, htmlAttributes: new { @class = "form-control select", @onchange = "GetDetail();" })
Start Date
End Date
Actual Date
@section scripts { }