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

Create

Rapp_New


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