asp:DropDownList - 可能有子菜单吗?
我正在使用从数据库填充的 asp.net 下拉列表。列表中的任何选项是否可以有子菜单?或者说这通常是如何做到的?
谢谢,
I'm using the asp.net dropdownlist which is populated from a database. Is it possible to have sub menus on any of the options in the list? Or how could this normally be done?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以只添加一种前缀来指定子项目,如下所示:
您可能最好使用 CSS 样式正确
Could just add a type of prefix to specify a sub item like so:
You might be better off using nested lists that are CSS styled properly
我认为使用 DropDownList 不太可能。不过,可以使用 asp.net 菜单控件来完成: http://msdn.microsoft.com/en-us/library/ecs0x9w5%28VS.80%29.aspx
I don't think it's exactly possible using the DropDownList. It can be done using the asp.net menu control though: http://msdn.microsoft.com/en-us/library/ecs0x9w5%28VS.80%29.aspx