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

Safty Orientation Details

@Html.DropDownList("ProjectMonitorID", null, htmlAttributes: new { @class = "form-control select" })
@Html.DropDownList("EmployeementTypeID", null, htmlAttributes: new { @class = "form-control select", @onchange = "GetDetail();" })
@*

 
*@
@section Scripts { }