自动完成文本框绑定的速度非常慢...? [英] Auto complete Textbox binding very slowly...?

查看:62
本文介绍了自动完成文本框绑定的速度非常慢...?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


在我的示例项目中,我是自动完成文本框的ajax自动完成扩展程序.我正在自动完成文本框中绑定数据库中的EmployeeName.我的表(emploee表)中有数十万条记录,每次绑定文本框数据需要花费近10秒的时间.如何减少文本框中数据绑定的时间.
如果有人知道此信息,请回复我.

问候
Nanda Kishore.CH

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

推荐答案

朋友,

您缺少一个名为CompletionInterval ="0"
的属性
hi friend,

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


它可能会起作用,请尝试...


it may work, try it...


这篇关于自动完成文本框绑定的速度非常慢...?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆