i have a code like this in MVC 3 @Html.DropDownList("SomeID", "Select ID") i need to apply some styles to this Dropdown.
this doesn't working for me " new { @class="dropdown" }".
Help me, thanks in advance.
Thanks, Ramesh Kumar
|
i have a code like this in MVC 3 @Html.DropDownList("SomeID", "Select ID") i need to apply some styles to this Dropdown. this doesn't working for me " new { @class="dropdown" }". Help me, thanks in advance. Thanks, Ramesh Kumar |
|||
|
|
|
when you use like this
then this is not working so for use your css then you use like this
i think this will help you |
||||
|
|
|
Use this:
|
|||
|
|