I have the following code in a file with cshtml extension:
@Html.DropDownList("TipoIdentificacionId", null, htmlAttributes: new { @class = "form-control" })
With which I load in a select a list that comes from the database, this does it wel...
asked by
16.05.2018 / 23:02