c# - how to reduce Dropdown List loading time in asp -


I have 500 records to display in the dropdown list. It takes too long, is there any dropdown list Can help reduce loading time?

There is a lot more in the 500 drop down - to scroll 499 items to actually get them Wants

Perhaps instead of using / using an autocomplete drop down list; After the user starts typing, only a subset of drop down items will be filled - in most cases the better for the user.

Here's an example:



Comments

Popular posts from this blog

sql - Return Function using Cursor -

c++ - why does this code produce a runtime error? -

javascript - Is there any way to add a new parameter to a function programmatically? -