如何在asp.net中以编程方式使下拉列表处于扩展模式
我的页面上有一个下拉列表,现在当用户没有从中选择任何内容,只需点击按钮时,我会显示一条警告消息,但我想在显示警告后使下拉列表处于扩展模式。是吗?可以通过代码在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法在服务器端从 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.