asp.net 是否存在多选 dropDownList?

发布于 2024-09-02 21:52:31 字数 126 浏览 3 评论 0原文

我想要一个 DropDownList,每个项目旁边都有一个复选框,允许选择多个项目。我做了一些探索,但没有找到任何可以做到这一点的东西,有谁知道这是否可以轻松实现?

我知道可以使用列表框来完成,但更喜欢下拉格式以节省空间。

I'd like to have a DropDownList that has a CheckBox next to each item that would allow multiple to be selected. I did a little poking around but haven't found anything that will do this, does anyone know if this can be easily achieved?

I know it can be done with a listBox, but would prefer the dropdown format to save space.

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

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

发布评论

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

评论(2

情独悲 2024-09-09 21:52:32

我从未在任何平台上见过多选 DropDownList。你希望它如何运作?

我确信一些聪明的 JavaScript 可以创建一个。

I've never seen a multi-select DropDownList on any platform. How do you want it to work?

I'm sure some clever javascript could create one.

梦里梦着梦中梦 2024-09-09 21:52:31

Have a look at the DropDown control from the ASP.NET AJAX toolkit: It allows you to put arbitrary controls into a dropdown-like interface. I didn't try it, but I think that it should work to put a CheckBoxList in there.

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