自动完成一个文本框中的多个单词 [英] auto complete for multiple words in one textbox

查看:74
本文介绍了自动完成一个文本框中的多个单词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个处于多模式的文本框..

我可以使用数据库中多个单词的数据来使用自动完成功能吗?

如果是,那怎么办?

i have a textbox in multi mode..

can i use auto complete in it using data from database for multiple words.. ??

if yes then how? any artical on this??

推荐答案

AutoComplete是一个ASP.NET AJAX扩展器,可以附加到任何TextBox控件,并将该控件与弹出面板关联到显示以在文本框中键入前缀开头的单词.

演示示例示例可在以下位置获得: http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/autocomplete/autocomplete .aspx [ ^ ]

Codeproject的文章位于:自动完成文本框 [
AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox.

Demo sampled example is available at: http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/autocomplete/autocomplete.aspx[^]

Codeproject has an article at: AutoComplete Textbox[^]


这篇关于自动完成一个文本框中的多个单词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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