Monday, November 12, 2007

ASP.NET Site Navigation

To create a consistent, easily managed navigation solution for the site, one can use ASP.NET site navigation. ASP.NET site navigation offers the following features:

  • Site maps You can use a site map to describe the logical structure of your site. You can then manage page navigation by modifying the site map as pages are added or removed, instead of modifying hyperlinks in all of your Web pages.

  • ASP.NET controls You can use ASP.NET controls to display navigation menus on your Web pages. The navigation menus are based on the site map.

  • Programmatic control You can work with ASP.NET site navigation in code to create custom navigation controls or to modify the location of information that is displayed in a navigation menu.

  • Access rules You can configure access rules that display or hide a link in your navigation menu.

  • Custom site-map providers You can create custom site-map providers that allow you to work with your own site-map back end (for example, a database where you store link information) and plug your provider into the ASP.NET site-navigation system.

Relationships Between Site-Navigation Components

The following illustration shows the relationships between the ASP.NET site-navigation components:
Figure: Relationships between the ASP.NET site-navigation components(From msdn)

1 comment:

Anonymous said...

Good words.

Method 'StartWorkflowOnListItem' in type 'Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider'

Exception: Method 'StartWorkflowOnListItem' in type 'Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider'...