Listbox problem

  • Thread starter Thread starter EDom
  • Start date Start date
E

EDom

I have 6000 records to bind on the listbox. It is very slow. Can anyone
suggest a better option.
I have this listbox in a picklist design.
 
have a look at
http://www.google.com/webhp?complete=1&hl=en

from what I can gather they are using AJAX to get client side javascript to
call a web service. (This makes the whole thing more dynamic)
You could write a simple web service which accepts a string uses it to do a
'word%' type sql filtered search and would only return relevant rows as some
kind of delimited string and use javascript to populate the list box

Another option would be to have a popup window which allows you to search
the list , the datagrid returned when clicked would pass the Text and Value
back to the parent window. This would be kind of like those popup calendar
controls

Cheers

Felix
 
Obviously, you need to introduce a sort of hierarchy in the design.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top