What is the limitation on the number of items displayed in a listbox? (the contents of the listbox is generated dynamically by a JSP) I have seen web pages on the net used for registration containing the listbox to select a country from a list of 100 or so items.
Would it be safe to load 100 items in a listbox, with each item containing 50 chars in an IE browser? Listbox seems to be more appealing to our end users here, than a server round trip with a textbox. My concern is that, the IE browser might crash if I load many items in a listbox.
We are using IE 6.0 on Windows NT4.0.
thanks,
Vishwa
-
Max number of items in a listbox? (3 messages)
- Posted by: Vishwa Kumba
- Posted on: October 21 2004 05:43 EDT
Threaded Messages (3)
- Max number of items in a listbox? by Fredrik Borgh on October 22 2004 03:47 EDT
- Max number of items in a listbox? by Amit Sharma on October 23 2004 06:29 EDT
- Max number of items in a listbox? by krishna kishore on October 26 2004 08:03 EDT
-
Max number of items in a listbox?[ Go to top ]
- Posted by: Fredrik Borgh
- Posted on: October 22 2004 03:47 EDT
- in response to Vishwa Kumba
The easiest way is just to test it :-) We've generated pages that have roughly 50 - 100 entries in a listbox without any problems. I think this is just a question on page size and performance - loading 100 items with 50 characters each slows things down a bit if you're on a modem. -
Max number of items in a listbox?[ Go to top ]
- Posted by: Amit Sharma
- Posted on: October 23 2004 06:29 EDT
- in response to Vishwa Kumba
Hi there is no limitation as far as i know .
And similar functionality r in use without any problem -
Max number of items in a listbox?[ Go to top ]
- Posted by: krishna kishore
- Posted on: October 26 2004 08:03 EDT
- in response to Amit Sharma
hi there ..
well.. There is no limit for the items that populate to the listbox , but i agree with u that the browser will take more time to load all the values , one thing u can do to avoid this is to divide the list values into sub groups .
:) krishna kishore.