Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

ASP.Net dropdown list height

The height paramater below is having absolutely no effect.  

This list is populating with 31 days...and I need to limit the height of the dropdown to 200px or 10 items.

<asp:DropDownList ID="condoDays" runat="server" style="font-size: 11px" tabindex="3" height="10">
 </asp:DropDownList>
ASKER CERTIFIED SOLUTION
Avatar of jzierse
jzierse

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of riyaz8experts
riyaz8experts

how can we do it without using 3 rd party controls?