@model VirtualTask.Models.Impianto @{ ViewData["Title"] = "Create"; }

Create

Impianto


@Html.DropDownListFor(x =>x.imultcli, (IEnumerable)ViewBag.AllStockList)
@Html.LabelFor(model => model.imultcli, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DropDownListFor(c => c.imultcli, (IEnumerable)ViewBag.AllStockList, null, new { @class = "selectpicker", data_live_search = "true" })
Back to List
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }