I’ve several ways of doing it like this, to no avail:
<div class="editor-field">
@Html.DropDownListFor("ManufacturerId", String.Empty, new { style="width:500px" })
@Html.ValidationMessageFor(model => model.ManufacturerId)
</div>
Thanks for any tips!
1 Answer