
Navigator : Home > Tutorials >
Website Navigation
ASP.NET Website Navigation Tutorials
Introduction to Using the Sitemap
Discusses the benefits and uses of the Site Map in the ASP.NET framework. The Site Map is a hierarchical listing of web pages on your web site. This information is listed inside the Web.sitemap file in an XML format that can be displayed on any aspx page with the correct controls.
Controlling Menus Programmatically in ASP.NET and VB
This tutorial shows how we can use two Menu controls to display the SiteMap in a hierarchical structure. The second menu's display will depend upon the selection of the first menu. VB version.
Controlling Menus Programmatically in ASP.NET and C#
This tutorial shows how we can use two Menu controls to display the SiteMap in a hierarchical structure. The second menu's display will depend upon the selection of the first menu. C# version.
Using TreeView for navigating with Master Pages in VB
This tutorial shows how to implement TreeView navigation system, which is very powerful yet easy to employ. VB version.
Using TreeView for navigating with Master Pages in C#
This tutorial shows how to implement TreeView navigation system, which is very powerful yet easy to employ. C# version.
How to use URL mapping in ASP.NET 2.0 and VB.NET
This tutorial will show you how to use URL mapping technology in ASP.NET 2.0 and VB.NET.
How to use URL mapping in ASP.NET 2.0 and C#
This tutorial will show you how to use URL mapping technology in ASP.NET 2.0 and C#.
Building Site Navigation Menu using ASP.NET 2.0 and VB
This tutorial will show you how to use SiteMapPath with the Menu control to build up site navigation menu by using ASP.NET 2.0 and VB.NET.
Building Site Navigation Menu using ASP.NET 2.0 and C#
This tutorial will show you how to use SiteMapPath with the Menu control to build up site navigation menu by using ASP.NET 2.0 and C#.NET.