Click here to Skip to main content
16,022,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
in my sample project i am ajax autocomplete extender for autocomplete textbox. I am binding the EmployeeName from database in autocomplete textbox. I have lakhs of records in my table(emploee table).It takes nearly 10 secs for binding in textbox data every time. how can i reduce the time for data binding in textbox.
If any one know about this Reply me.

Regards
Nanda Kishore.CH
Posted

1 solution

hi friend,

u r missing one property called CompletionInterval="0"
ASP.NET
<asp:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" CompletionInterval="0">
    </asp:AutoCompleteExtender>

it may work, try it...
 
Share this answer
 
v2
Comments
nandkishorre 11-Oct-12 8:43am    
I Put completioninterval=500. is it problem to wrire 500?
nandkishorre 11-Oct-12 9:06am    
Thank u.. Its Better Now.

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