Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
| 1. | Master pages are the best way to provide a consistent layout for all pages in the application. Using a master page, you can create a banner, main menu, and footer that are available by default to all content pages created using the master page. |
| 2. | The SiteMapPath control provides the ability to display portions of a site map in a bread-crumbs-style format. This provides users with immediate feedback about their current location with respect to the root page of the application. You can also provide a link to a site map. The site map can use the SiteMap control to show the entire application’s hierarchy of pages. |
| 3. | You can use themes to satisfy this requirement. Specifically, create a separate theme for each department represented in the application. Based on the user’s membership, you can set the appropriate theme for the pages at run time. |