Menu Template Example
Example Summary and Logic
Binding a Menu control to a SiteMapDataSource is an elegant and simple way to create a menu for a web site.
A control adapter can "teach" the Menu how to produce this kind of CSS friendly HTML without sacrificing the power and flexibility
of the original Menu control. For example, the root nodes of the menu can be laid out vertically or horizontally.
You can learn more about visualizing hierarchical data by studying the TreeView example, too.
Working Example