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

Client Interview Details

@Html.DropDownList("ProjectMonitorID", null, htmlAttributes: new { @class = "form-control select" })
@Html.DropDownList("EmployeementTypeID", null, htmlAttributes: new { @class = "form-control select", @onchange = "GetDetail();" })
@Html.DropDownList("InterviewType", null, htmlAttributes: new { @class = "form-control select" })
@Html.DropDownList("EmployeeID", null, htmlAttributes: new { @class = "form-control select2", @multiple = "multiple" })
@Html.DropDownList("ClientID", null, htmlAttributes: new { @class = "form-control select" })
@section Scripts { }