DDMenu (Drill Down) WebControl is ready to use...
DDMenu is a drop down menu webcontrol which I customize by adding lots of features and options.
One paragraph form the article is important and I feel that it should be added to this post as well - so here it is -
"OK, before I'll start to drill down into the drill menu bits, I would like to point that my version base on the great XML & XSL & JS code originally was written by Dan Wahlin and I got his permission to add my enhancements (I'm not the only one). You can find the original bits at Dan's web site on XML which is recommended for anyone who is interested in .NET and specifically with XML for ASP.NET" Thanks Dan!!
Few of the major features are:
Files location are configurable - so it can be located in any virtual folder
RTL/LTR support
Different levels of permissions logic was added
Three server side events which can be use to add your logic is available. The events are: checkPermissions, preRenderMenuItem, menuClicked.
Menu click target page can be open in the same window (postback), in a frame (with or without postback) or in a new window
Client caching of loaded pages (using hidden IFrames) was added
and more other nice features...