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

Employee Details

Create New
@*
*@
@Html.DropDownList("ProjectMonitorID", null, htmlAttributes: new { @class = "form-control select2" })
@section scripts { }