@model StockManMVC.Models.ItemStock @using (Html.BeginForm()) { @Html.AntiForgeryToken()
Converma spostamento di @Html.EditorFor(m => m.QtyConf, new { htmlAttributes = new { min = 0, max = Model.QtyConf } }) pz. @Html.ValidationMessageFor(model => model.QtyConf, "", new { @class = "text-danger" })
Annulla
} @section Scripts { @Scripts.Render("~/bundles/jqueryval") }