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

Edit

*@ @*

CommesseVT_Table


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