Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Enhancing Microsoft Content Management S... > 4. Navigation Controls - Pg. 105

Navigation Controls Developing site navigation is an exercise that often leaves developers in a dilemma. Early versions of Visual Studio did not provide any ready-to-use navigation controls. Developers had to choose between spending many hours building controls from scratch or expanding project budgets to purchase shrink-wrapped software. While free controls were available for download from the Internet, they weren't always ready for use, and developers still had to spend a fair bit of time understanding the code and customizing it to fit their requirements. The good news is: ASP.NET 2.0 introduces a whole new way of implementing site navigation. Packaged as part of ASP.NET 2.0 are three powerful navigation controls: · The SiteMapPath control generates a series of links that connect to one another on a website, for example, Home > Plant Catalog > Aloe Vera. It is the "You Are Here" sign that tells visitors exactly where they are. It is also sometimes known as a breadcrumb trail, and like the trail of breadcrumbs left by the fictional characters Hansel and Gretel, it helps users find their way back from the main page.