Displaying DropDownList values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have sec´veral dropdownlists in a webform.

One of them show month names 'Jan ... Dec'. When I click on it, it opens and
ONLY shows 11 months and a scrollbar, thus I have to scroll to see 'Dec'.

How can I get it showing all twelwe months without a scrollbar?

TIA

Kenneth P
 
I think that you can modify the drop down lists length, direclty in vs .net
2003, or if you set it by code.
 
Back
Top