@{ ViewBag.Title = "ProjectExtension"; Layout = "~/Views/Shared/_Layout.cshtml"; } Project Extension Date 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 { }