本文介绍了ASP.NET 3.5 C#:最好的方法来创建和显示与子菜单动态菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我通常只需要创建一个DataTable一个中继器,并拥有所有这个网站在我的codebehind。我还没有找到动态地添加子菜单的简单方法。有没有人有办法做到这更好的?
I usually just create a datatable with one repeater and have all this html in my codebehind. I have not found an easy method for adding a submenu dynamically. Does anyone have a way to do this better?
推荐答案
渲染为列表(的嵌套列表<李>< /李>在
元素< UL>< / UL>
)。使用一个jQuery插件菜单要转换为动态菜单。
Render as a nested list of lists (<li></li>
elements in a <ul></ul>
). Use a jQuery menu plugin to convert to a dynamic menu.
这篇关于ASP.NET 3.5 C#:最好的方法来创建和显示与子菜单动态菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!