@model VirtualTask.Models.CommesseVT_Table @{ ViewData["Title"] = "Modifica"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
@Html.HiddenFor(x => x.ladatchi) @* *@
@Html.DropDownListFor(x => x.lacodcli,(IEnumerable)ViewBag.Anag, new{@class = "form-control"}) @* *@
@Html.DropDownListFor(x => x.lacodimp,(IEnumerable)ViewBag.Impianti, new{@class = "form-control"}) @* *@
 
Torna alla lista
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }
@*

Edit

*@ @*

CommesseVT_Table


Back to List
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} } *@