@{ ViewBag.Title = "EmployeeDeMobalization"; Layout = "~/Views/Shared/_Layout.cshtml"; } Employee Demobalization 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 { }