@model VirtualTask.Models.Tecnici @{ ViewData["Title"] = "Modifica"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
 
 
 
 
 
@*
 
 
 
*@
 
@Html.HiddenFor(x => x.tccono) @Html.HiddenFor(x => x.tccost) @Html.HiddenFor(x => x.tccofe)
@* Torna alla lista *@
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }

@*

Modifica tecnico


*@ @*
*@ @* @Html.HiddenFor(x => x.tccodazi) *@ @*
*@ @* *@ @**@ @* @Html.HiddenFor(x => x.tccodice) @Html.DisplayFor(model => model.tccodice)
*@ @*
*@ @* @Html.HiddenFor(x => x.tccoor) *@ @*
*@ @* @Html.HiddenFor(x => x.tccono) *@ @*
*@ @* @Html.HiddenFor(x => x.tccost) *@ @*
*@ @* @Html.HiddenFor(x => x.tccofe)
Torna indietro
@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} } *@