使用 ASPX、AJAX 控件或 JQuery 进行下拉列表过滤?

发布于 2024-09-10 15:10:44 字数 85 浏览 1 评论 0原文

我正在寻找一种过滤机制,当用户在下拉框中键入时,我想将列表过滤为与用户键入的内容相匹配的列表项。是否有任何预制控件,或者有人知道实现此功能的最佳方法? 谢谢

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

野心澎湃 2024-09-17 15:10:44

嗯,这就是简单的解决方案。如果您希望完成此任务,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.

两个我 2024-09-17 15:10:44

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文