I have small design question about
html.DropDownListFor()
How can I change width of html.DropDownListFor() ?? For example by css.
@Html.DropDownListFor(x => x.Name, new SelectList(new List()), new {style="width:270px;"} );
Will do the thing. Although better to use css class