I have my text box of type int in my view my leaves like this with the arrows up and down, as I declare so it does not look like this, or how I can put a dropndownlist with the years there.
<div class="editor-label">
@Html.LabelFor(model => model.Gestion, "Gestión")
</div>
<div class="editor-field">
@Html.EditorFor(model => model.Gestion)
@Html.ValidationMessageFor(model => model.Gestion)
</div>