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

Create

Rapp_New


@*
*@ @Html.HiddenFor(x => x.azienda_impianto)
@Html.DropDownListFor(x => x.codice_chiusura_1,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_2,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_3,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_4,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_5,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_6,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_7,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_8,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_9,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
@Html.DropDownListFor(x => x.codice_chiusura_10,(IEnumerable)ViewBag.AllStockList,new {@class = "form-control"})
Back to List
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }