I
Ian Oldbury
Hi all,
i'm trying to define the number of items that are shown at a time on a
dropdownlist. Ideally i'd like to do this within the css class if possible.
How is this done??
This the control....
<asp:dropdownlist id="ddlRange"
runat="server"
autopostback="true"
cssclass="DropDownBox"
enableviewstate="True" >
</asp:dropdownlist>
i'm trying to define the number of items that are shown at a time on a
dropdownlist. Ideally i'd like to do this within the css class if possible.
How is this done??
This the control....
<asp:dropdownlist id="ddlRange"
runat="server"
autopostback="true"
cssclass="DropDownBox"
enableviewstate="True" >
</asp:dropdownlist>