I'm using asp.net-mvc-5, and wanted to know how to create a DropdownList without being in this pattern here:
<div id="conteudoEscolha">
@Html.DropDownList("", null, htmlAttributes: new { @class = "form-control", id = "Musico" })
</div>
I mean, I do not want to use @ html.DropDownList, as I'll feed it using javascript. I may be wrong, but the way I did it up is giving error when I enter the screen
Ididasstatedby@MarcoViniciusandthendisplayedthelinkbelow: