本文介绍了使用sqldatasource的Autocompleteextender的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以使用sqldatasource实现自动完成文本框?
在每次按键时,都应通过sqldatasource从数据库中调用数据.
我尝试使用WebService方法多次调用数据库,但是它不起作用.
Is it possible to implement the autocomplete textbox using sqldatasource?
In every keypress,the data should be called from database via sqldatasource.
I have tried to use WebService method to call database many times and methods,but it doesnt work.
推荐答案
这篇关于使用sqldatasource的Autocompleteextender的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!