使用 ASPX、AJAX 控件或 JQuery 进行下拉列表过滤?
我正在寻找一种过滤机制,当用户在下拉框中键入时,我想将列表过滤为与用户键入的内容相匹配的列表项。是否有任何预制控件,或者有人知道实现此功能的最佳方法? 谢谢
I am looking for a filtering mechanism, as the user types in the drop down box I want to filter the list to the list items that match what the user is typing. Is there any premade control for this or does anyone know the best way to achieve this feature?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,这就是简单的解决方案。如果您希望完成此任务,Ajax Control Toolkit AutoComplete Extender 会派上用场。您可能还需要实现一个小型服务。
检查一下,您就会告诉我们。
Well, that's the simple solution. The Ajax Control Toolkit AutoComplete Extender comes in handy if you wish to accomplish this. You may also have to implement a small Service.
Check it out and you will tell us.
Ajax 控制工具包有一个自动完成扩展器 (http://www.asp.net/ajaxlibrary/ act_AutoComplete.ashx)。
JQuery 在 UI 核心中有自动完成功能 (http://jqueryui.com/demos/autocomplete/)。
其他内置于第三方工具中。
HTH。
The Ajax Control Toolkit has an auto complete extender (http://www.asp.net/ajaxlibrary/act_AutoComplete.ashx).
JQuery has an auto complete feature in the UI core (http://jqueryui.com/demos/autocomplete/).
Others built into third party tools.
HTH.