@model VirtualTask.Models.Tecnici @{ ViewData["Title"] = "Modifica tecnico"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
@* Campi aggiuntivi (nascosti nel layout originale) *@
Campo Valore
@Html.DisplayNameFor(model => model.tccodice) @Html.HiddenFor(x => x.tccodice) @Html.DisplayFor(model => model.tccodice)
@Html.DisplayNameFor(model => model.tcdescri)
@Html.DisplayNameFor(model => model.tctelef1)
@Html.DisplayNameFor(model => model.tcuser) @Html.HiddenFor(x => x.tcuser) @Html.DisplayFor(model => model.tcuser)
@Html.DisplayNameFor(model => model.tcpwd)
@Html.DisplayNameFor(model => model.tccoor)
@Html.HiddenFor(x => x.tccono) @Html.HiddenFor(x => x.tccost) @Html.HiddenFor(x => x.tccofe)
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }