@{ ViewBag.Title = "GetApplicantDetails"; Layout = "~/Views/Shared/_Layout.cshtml"; } @**@ Interview Details @* Create New Department *@ @* Add Interview Plan *@ Select Project @Html.DropDownList("ProjectMonitorID", null, htmlAttributes: new { @class = "form-control select2", @onchange = "GetDetail();" }) Interview Date @* Availablity Yes No *@ Interview Type @Html.DropDownList("InterviewType", null, htmlAttributes: new { @class = "form-control select" }) Interview TakingBy @Html.DropDownList("EmployeeID", null, htmlAttributes: new { @class = "form-control select2", @multiple = "multiple" }) Status -- Select -- Pending Selected OnHold Rejected @section Scripts { }