Is it possible to confgure a databound asp.net menu as a vertical accordion menu?
I'm using the standard asp:menu control. My sitemap is quite large, with at least six layers of submenus. While a treeview can represent it, my clients don't like it.
They want these fancy accordion menus that they see. My problem is that all the examples I see for those show manually created UL lists. That's unfeasible for me.
The off-the-shelf menu control allows you to drill down, but only by shooting off each submenu to the side; they fly off the screen with users who either have smaller screens or have larger ones but absolutely refuse to maximize their browser windows. I
need to make this menu look and act like an accordion menu in only one column.
Is this even possible?
I'm posting my source code to give you more context.
Thanks
<%@ Page Title="Redacted" Language="VB" MasterPageF ...
Go to the complete details ...