Using .NET Site Maps to Create Static Menus
Overview
This article gives a basic overview of how to create dynamic menus for your .net web pages.
There are three important controls to designing your dynamic menu:
- web.sitemap Control
- SiteMapDataSource Control
- Menu Control
The web.sitemap Control
The Sitemap control is an XML file that contains information about your dynamic menu. It stores your menu in a series of nested tag controls. Add this to your project by right-clicking on your project and selecting Add->New Items->Web->Site Map