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

Employee Onboarding

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

 
@section Scripts { }