i probably have no place in commenting here (i'm a developer starting out in the very early stages), but in my application i have roughly 1200 items loading to a dropdown listbox, and the whole process takes place pretty much instantly.
i suppose the issue would be the capability of your server / machine to be able to run through thousands of iterations.
just my 2 cents.
On Jan 2, 2008 6:14 AM, HP149 < purwa  purwadhika .com">purwa purwadhika.com> wrote:
I just wonder if .NET technology has an automatic feeding mechanism to a combo/dropdown list with thousands of data. Because if it has to
load the whole data to the combo before then it surely will slow down the system. What I did now is by using javascript to open a new window and do a query based on the user input (parameterized query), but i prefer using the combo though. I appreciate it very much for
anyone who may share about this with me.
Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "ASP.Net Community" group. To post to this group, send email to aspnet googlegroups.com To unsubscribe from this group, send email to aspnet-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/aspnet?hl=en -~----------~----~----~----~------~----~------~--~---
|