Can anyone point me too a working example of displaying drop down menus from sitemap, I've read about jquery plugins etc but can not seem to find a simple sample, I know of the telerik control but just need a simple example, thanks
You mean the "mega menu" pattern? Here's an example of implementing a jQuery mega menu using the ASP.NET SiteMap datasource with a standard dropdown-like menu. It's pretty simple:
Thanks very much, I've gone for the the superfish plugin, seems to fit really well all I needed to do was copy the CSS and script files, then change the menuhelper that came with sitemap package setting the class appropriately and it's worked a dream, apart
from not having the icons :( but I can continue with real work :)
RichardC
Member
29 Points
15 Posts
Sitemap razor drop down menus
Nov 23, 2011 08:23 AM|LINK
DarrellNorto...
All-Star
86809 Points
9646 Posts
Moderator
MVP
Re: Sitemap razor drop down menus
Nov 23, 2011 10:54 AM|LINK
You mean the "mega menu" pattern? Here's an example of implementing a jQuery mega menu using the ASP.NET SiteMap datasource with a standard dropdown-like menu. It's pretty simple:
http://www.ramto.com/blog/post/Mega-Dropdown-Menu-with-ASPNET-and-jQuery-in-C.aspx
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.
RichardC
Member
29 Points
15 Posts
Re: Sitemap razor drop down menus
Nov 23, 2011 12:31 PM|LINK
Young Yang -...
All-Star
21332 Points
1818 Posts
Microsoft
Re: Sitemap razor drop down menus
Nov 25, 2011 04:44 AM|LINK
Hi
Did you want something like this?
http://weblogs.asp.net/tanzimsaqib/archive/2009/05/23/building-a-basic-menu-control-for-asp-net-mvc.aspx
Or maybe you can check this, it create the drop down menu with CSS3.
http://dropdownmenuhtml.com/mvc-dropdown-menu-example.html
Hope this helpful
Regards
Young Yang
Feedback to us
Develop and promote your apps in Windows Store
Shweta1986
Member
2 Points
21 Posts
Re: Sitemap razor drop down menus
Feb 11, 2013 10:07 AM|LINK
Can u please provide the source code for implementing database driven mega menu in MVC?