Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Too narrow controls
Message
From
31/08/2012 13:53:40
 
General information
Forum:
ASP.NET
Category:
MVC
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01552037
Message ID:
01552163
Views:
55
This message has been marked as the solution to the initial question of the thread.
Try
@Html.DropDownList("clientId", new SelectList(Model.Clients, "Id", "Name"), new {style="width:500px"})
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform