Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Listbox problem (http://www.velocityreviews.com/forums/t107753-listbox-problem.html)

EDom 08-09-2005 11:56 AM

Listbox problem
 
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.



=?Utf-8?B?Rng=?= 08-09-2005 01:05 PM

RE: Listbox problem
 

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

Eliyahu Goldin 08-09-2005 01:21 PM

Re: Listbox problem
 
Obviously, you need to introduce a sort of hierarchy in the design.

Eliyahu

"EDom" <technical@peoplewareindia.com> wrote in message
news:%23bInumNnFHA.2472@TK2MSFTNGP15.phx.gbl...
> 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.
>
>





All times are GMT. The time now is 06:04 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57