AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Examining ASP.NET 2.0's Site Navigation : Scott Mitchell

Monday, October 06 2008

Prior to ASP.NET 2.0, developers typically rolled their own site navigation solutions. ASP.NET 2.0, however, makes defining a site's structure and implementing it using common navigation user interface elements a walk in the park. In this article we'll look at ASP.NET 2.0's site navigation features. Read on to learn more! Any website that is composed of more than one page needs some sort of navigation user interface. A navigation user interface might be as simple as static hyperlinks to the other pages in the site, or might involve the use of menus or trees. But before a navigation user interface can be created for a site, the site's logical structure must first be defined. (This logical structure is often referred to as a site map.) For example, a website like Amazon.com is arranged into various sections by product line, like Books, Electronics, Computers, DVDs, and so on. Each of these sections may have sub-sections....

Read More:
Examining ASP.NET 2.0's Site Navigation : Scott Mitchell
Also See:
Dynamic Web Sites in ASP.NET : Richard Bean
Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 1 : Keyvan Nayyeri
Membership and Role Providers in ASP.NET 2.0 Part II : Scott Allen
Building Layered Web Applications with Microsoft ASP.NET 2.0 - Part 2 : Imar Spaanjaars
ASP.NET Request Logging with Asynchronous Fire And Forget Pattern : Peter A Bromberg

Post your comment

Comment