0
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 don’t want to use @html.Dropdownlist, because I will feed it using javascript. I may be wrong, but the way I did up there is making a mistake when I walk on the screen
I did as told by @Marcovinicius and then displayed the mesnagem down:
Ta sim ta ta nameless!!! That’s why I made the mistake
– novic
Remembering that this does not limit messing with Javascript.
– novic