Asp.Net 菜单突出显示

发布于 2024-08-06 22:04:40 字数 93 浏览 3 评论 0原文

我尝试找出在 Asp.Net 中管理菜单并突出显示“活动”菜单项的最佳策略是什么。

这必须在 MasterPage 中完成,但页面知道要突出显示哪个菜单项。

I try to figure out what's the best strategy to manage a menu in Asp.Net and highlight the "active" menu-item.

That's have to be done in the MasterPage but it's the Page that know what menu-item to highlight.

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

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

发布评论

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

评论(1

俯瞰星空 2024-08-13 22:04:40

我发现实现自定义 SQL 站点地图提供程序与实现完全自定义菜单组件相结合,只需要根据应用程序/设计等呈现菜单 html。例如,我最近刚刚使用我们的菜单实现了 jQuery Superfish 菜单成分。

jQuery 非常适合搜索和选择特定的类/元素以及根据需要应用样式/类。

一些有用的网址:

http://users.tpg.com.au/j_birch/plugins /superfish/

http://msdn.microsoft.com/en -us/magazine/cc163657.aspx

http://dotnetslackers.com/VB_NET/ re-17169_Rendering_a_databound_UL_menu.aspx

HTH

I have found that implementing a custom SQL Site Map Provider combined with impementing a fully custom menu component, one just need to render the menu html depending on the application/design etc. For intance I have just recently implemented the jQuery Superfish Menu using our Menu component.

jQuery is great for searching and selecting particular classes/elements and applying styles/classes as required.

Some Helpful URLS:

http://users.tpg.com.au/j_birch/plugins/superfish/

http://msdn.microsoft.com/en-us/magazine/cc163657.aspx

http://dotnetslackers.com/VB_NET/re-17169_Rendering_a_databound_UL_menu.aspx

HTH

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