We have been happily using the ASPExpert Menu control at work. Recently I have received the green light to update a portion of the site to use MVC. In doing so, I have to maintain the look and feel of the existing site on to the newer MVC portion of the site... This includes the menu. Unfortunately, it looks like ASPExpert Menu is dependent upon the __doPostBack() method and/or some other part of the legacy WebForms framework. That said, I went back and received the green light to update the menu system over the entire site. Therefore, here are the criteria:
- Must work with WebForms and MVC
- Must be customizable enough to change colors and sizes
- Must be either open source or source available for purchase
I started looking at jQuery plug-ins, as this would not disrupt the WebForms and would also work with MVC, however there is a ton of them.
That said, the question is:
Have you used any good CSS/MVC/jQuery menu controls/helpers/plugins that also meet the above criteria in your web apps?
Thank you in advance for your replies.
-Jessy Houle