G
Guest
Hello,
i was wondering if its an limitation of IE when a asp.net listbox is set
disabled, then a user wont be able to scroll inside the listbox. While the
user can scroll inside the listbox when he uses firefox.
Below a simple code which i tested:
<form id="Form1" runat="server">
<asp:ListBox id="drop1" rows="3" runat="server" disabled>
<asp:ListItem selected="true">Item 1</asp:ListItem>
<asp:ListItem>Item 2</asp:ListItem>
<asp:ListItem>Item 3</asp:ListItem>
<asp:ListItem>Item 4</asp:ListItem>
<asp:ListItem>Item 5</asp:ListItem>
<asp:ListItem>Item 6</asp:ListItem>
</asp:ListBox>
</form>
Thanks in advance,
Richard Nijkamp
i was wondering if its an limitation of IE when a asp.net listbox is set
disabled, then a user wont be able to scroll inside the listbox. While the
user can scroll inside the listbox when he uses firefox.
Below a simple code which i tested:
<form id="Form1" runat="server">
<asp:ListBox id="drop1" rows="3" runat="server" disabled>
<asp:ListItem selected="true">Item 1</asp:ListItem>
<asp:ListItem>Item 2</asp:ListItem>
<asp:ListItem>Item 3</asp:ListItem>
<asp:ListItem>Item 4</asp:ListItem>
<asp:ListItem>Item 5</asp:ListItem>
<asp:ListItem>Item 6</asp:ListItem>
</asp:ListBox>
</form>
Thanks in advance,
Richard Nijkamp