How can I increase the width of a DropDownList in ASP.NET?
|
feedback
|
|
You can do this in a .CSS file, inline or with a STYLE tag. You can also do it in the code-behind by setting attributes(DropDownList1.Attribute.Add("style","etc...")). CSS:
Markup:
| |||||||
feedback
|
|
I suggest you to use a dynamic width, like this:
And use it like this: | |||||||||
feedback
|
| |||
|
feedback
|