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

Interview Details

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

 
*@
@Html.DropDownList("InterviewType", null, htmlAttributes: new { @class = "form-control select" })
@Html.DropDownList("EmployeeID", null, htmlAttributes: new { @class = "form-control select2", @multiple = "multiple" })
@section Scripts { }