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

Overseas JobOffer Details

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

 
@section Scripts { }