@*
Select Project
@Html.DropDownList("BuildingID", null, htmlAttributes: new { @class = "form-control select2" })
*@
Upload Employee Accommdation
Select Building
@Html.DropDownList("BuildingID", null, htmlAttributes: new { @class = "form-control select" })
Select Room
@Html.DropDownList("RoomID", null, htmlAttributes: new { @class = "form-control select",@onchange = "GetDetail();" })