用下拉的建议文本框

问题描述:

目前,我有我的ASP.Net C#2.0的网站数据绑定的下拉列表中有大约400个项目。我想类似像谷歌的搜索中,输入字母,只有开始以这些字母的条目弹出文本框的东西来取代它。

I currently have a databound dropdown list on my ASP.Net C# 2.0 website that has around 400 items in it. I want to replace it with something similar like the textbox in google search where you enter letter and only the entries starting with those letters pop up

什么是实现它的好方法?是否有控制已经存在,任何人都可以建议?

what is a good way of implementing it? Are there controls that already exists that anybody can suggest?

在看看http://docs.jquery.com/Plugins/Autocomplete

另外这里是一个tutorial与ASP.Net使用

Also here is a tutorial for use with ASP.Net