Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
hello everyone!!!!!!

i have done a code which is ajax toolkit autocomplete propery.

my problem is if database have lot search data thn the autocomplete property is not showing result if database having onli 2,3 seaching data thn its working.

so right now i want to ask why autocomplete is not working whenever it have a large search data from database.

plz provide me some solution.


Thanks and Regards
Garima Gupta
Posted
Comments
Rockstar_ 29-Apr-13 8:00am    
Is this giving any error messages?
Rockstar_ 29-Apr-13 8:01am    
It won't be like that, no matter what is the database size, if it is working for 2 to 3 records, then it should work for all others also. make sure that the text you are entering is available in the database or not..
garimagupta66 29-Apr-13 8:21am    
yes it is available but its not showing data where having large search data

1 solution

Check the records or debug the method which called by autocomplete after 2-3 input letters. Check that final result list before returning it to autocomplete. May be some bad records you have , that cause error.
 
Share this answer
 
Comments
garimagupta66 29-Apr-13 8:23am    
thanx for reply but i have already check data is there but its not showing larga data ,shows only 2,3 records which having in database.

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