搜索下拉列表项

发布于 2024-09-14 16:21:11 字数 141 浏览 4 评论 0原文

我正在 gridview 的编辑模板中创建下拉列表,我想对下拉项实现渐进搜索。这意味着如果我按“m”,它将显示以“m”开头的项目,然后如果我按“o”,它将显示以“o”开头的项目。相反,我想要包含“mo”的项目。

我正在使用 asp.net,c# 2.0

I am creating dropdownlist in edit template of gridview, and I want to implement progressive search on dropdown item. Which means if i press 'm' it shows items starts with 'm' then if I press 'o' it will show items start with 'o'. Instead of this, I want items containing 'mo'.

I am using asp.net,c# 2.0

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

梦太阳 2024-09-21 16:21:11

听起来你想要自动完成。查看这个 ajax 工具包示例。 Ajax Toolkit 为您提供了一个内置的自定义控件,它完全可以满足您的需求,我发布的链接应该包含您需要的所有内容。

It sounds like you want autocomplete. Check out this ajax toolkit example. Ajax Toolkit provides you with a built in custom control that does exactly what you are looking for, the link I posted should have all that you need.

鹊巢 2024-09-21 16:21:11

检查这篇文章,这是通过使用文本框根据您的要求搜索更改来完成的

http:// www.highoncoding.com/Articles/205_Searching_Inside_the_GridView_Control.aspx

Check this article this was done by using a text box to search change acording to your requirements

http://www.highoncoding.com/Articles/205_Searching_Inside_the_GridView_Control.aspx

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