DropDownList
was created by the framework
@Html.DropDownList("IdPais", null, "Seleccione un país", htmlAttributes: new { @class = "form-control", id = "SelectPais", onchange = "SelPais()" })
This form sends me the id that I need to the c...
asked by
29.01.2018 / 15:00