Click here to Skip to main content
16,004,587 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
how i can reduce speed of find items in dropdownlist control
for example:i have 5 items in my dropdownlist control , (1524,2523,6521,1412,6531)
when my users click on dropdownlist and search their item, they can't find theirs. because they are slowing type number. for example when they write 65 after 1 second type 2 , result this : 2523 insted of : 6521
now, how i can reduce speed of search in dropdownlist
tnx
Posted
Comments
Sandeep Mewara 1-Jul-12 5:11am    
Not clear. Are you using some type-ahead/autocomplete kind of textbox for your dropdown?

Please share your dropdown selected change code snippet.

I don't think you can change this behavior. As I know, the control is a basic IE one, based on the good old API GUI element, this timeout is set somewhere in the client OS, so you can not change it anyway. But, you can use Ajax autocomplete[^] for such purposes. You have quite the same result with a bit different user experience.
 
Share this answer
 
v3
You can use ListSearch of the ASP.NET AJAX Control Toolkit for that purpose. You can use that for a drop down list. Check out the article of it here[^] and here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900