





A native .NET server control that displays a tree view or drop-down view of menus on your web page. Totally encapsulates the menu in client-side HTML and Java script. State and event handling optimized for minimal round-trips to the server. Integrated into the .NET IDE, shows up as an icon in the toolbox. Events and methods provided for use in the code-behind page. Support for XML menu definition files or streams.
The control generates all the HTML and JavaScript required for managing the menu, including mouse events and navigation.
The MenuTree control has properties and events for easy integration into your web pages. You can add menus to your web pages by simply dropping a new menu control onto your web form and then programming the control the same way you program any of the other controls provided in the Visual Studio .NET toolbox.
This control implements standard .NET events and properties. It provides everything you need to manage the menus, hyperlinks, and state information between web pages.