I have small design question about
html.DropDownListFor()
How can I change width of html.DropDownListFor() ?? For example by css.
In C# you need add @, like this:
new { @style = "width: 350px;" }