@model SoftwayWeb.Models.Modgir @{ ViewData["Title"] = "AddDestinazione"; Layout = "~/Views/Shared/_LayoutAreaRis.cshtml"; @ViewBag.SediCons }

Aggiungi una nuova destinazione

Nuova destinazione
@* @using (Html.BeginForm("AddDestinazione", "AddDestinazione", FormMethod.Post)) { *@ @*
Seleziona il Committente: @Html.DropDownListFor(x => x.Picommit, (IEnumerable)ViewBag.Commit, new { @id = "ddlCommittenti", @class = "agy-form-field require" }) *@ @* @Html.DropDownList("Committente", ViewBag.Committente, null, new { @class = "agy-form-field require" }) *@ @*
Seleziona una sede: @Html.DropDownListFor(x => x.Pidesdiv, new List(), "Seleziona sede", new { @id = "ddlSediCons", @class = "agy-form-field require" }) *@ @* @Html.DropDownList("Sede", ViewBag.Sede, null, new {class = "agy-form-field require"}) *@ @*
*@
@Html.DropDownListFor(x => x.Picommit, (IEnumerable)ViewBag.Commit, new { @id = "ddlCommittenti", @class = "agy-form-field require" })
@Html.DropDownListFor(x => x.Pidesdiv, new List(), "- Seleziona sede", new { @id = "ddlSediCons", @class = "agy-form-field require" })
@*
@Html.DisplayFor(model => model.Pirigele)
*@
@* } *@
@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }