ASP.NET Basics

HTML Basics
ASP.NET Web Server
Advanced HTML
Application Designing
Using Visual Studio
ASP.NET Standards
ASP.NET Styling
ASP.NET Navigation

ASP.NET Tips

ASP.NET Validation
HTML forms
CSS Styling
CSS Advanced
ASP.NET Features
ASP.NET Image Effects
Common mistakes
DB Design tips

Building Applications

Design Secure Apps
Build Secure Apps

7. Navigation Control

« Previous Chapter

Next Chapter »

Navigation controls in ASP.NET 2.0 help you build site-navigation features into your Web applications. These controls include:

  • A Menu control - For creating menus
  • A SiteMapPath control - Displays a path to the current page
  • A TreeView control - Displays the site’s navigation structure as a tree

« Previous Chapter

Next Chapter »

Table of Contents

Chapter 1 - The Code-Behind Model
Chapter 2 - App_Folders
Chapter 3 - Master Pages
        Chapter 3.1 - How to create a Default Master Page
        Chapter 3.2 - How to create a Master Page
        Chapter 3.3 - How to create a Default Content Page
Chapter 4 - Data Controls
        Chapter 4.1 - The SQL Data Source Control
                Chapter 4.1.1 - Other Data Sources in ASP.NET 2.0
        Chapter 4.2 - The GridView Control
        Chapter 4.3 - The DetailsView Control
        Chapter 4.4 - The FormView Control
Chapter 5 - Login Controls
Chapter 6 - The Wizard Control
» Chapter 7 - Navigation Control
Chapter 8 - Web Parts
Chapter 9 - Themes
Chapter 10 - The Web Site Administration Tool

[top]