19.1 Introduction
ASP.NET provides a number of classes that can be used to help the end user navigate the pages of a Web application. These classes not only make it easy for the end user to jump directly to a desired page within the application, but they also make it easy for us to manage how the pages of the application are organized. There are four main site navigation classes in ASP.NET. These are the SiteMap class, the Menu class, the TreeView class, and the SiteMapPath class.
In this chapter, we will begin by looking at the SiteMap class. The SiteMap class stores a hierarchically ...