如何在asp.net中以编程方式使下拉列表处于扩展模式

发布于 2024-12-26 16:19:14 字数 106 浏览 0 评论 0原文

我的页面上有一个下拉列表,现在当用户没有从中选择任何内容,只需点击按钮时,我会显示一条警告消息,但我想在显示警告后使下拉列表处于扩展模式。是吗?可以通过代码在asp.net中使下拉列表处于扩展模式。

i have a dropdownlist on the page, now when user does not selects anything from it, and just hit the button, i displays a warning message, but i want to make the dropdownlist in the expanded mode, after the warning is displayed.Is it possible to make the dropdownlist in expanded mode in asp.net via code.

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

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

发布评论

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

评论(1

旧人 2025-01-02 16:19:14

您无法在服务器端从 JavaScript 扩展下拉列表。
这是对之前提出的类似问题的参考旧问题

但我确实找到了一个JavaScript hack 在下面的链接中给出

Expand html select元素在javascript

如果这也不起作用,请尝试一些 Jquery 插件或 AJAXControl 工具包下拉菜单。

You can not expand a Dropdown list from JavaScript neither on server side.
Here is a reference to similar question asked earlier Old Question

But i did find a JavaScript hack for this which is given in the link below

Expand html select element in javascript

If this also dosent work out try some of the Jquery Plugins or AJAXControl toolkit Dropdown.

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