Navigation controls in ASP.net,explain each control in
brief?

Answer Posted / marthak nikunj

ASP.NET 2.0 has three new navigation controls:

* Dynamic menus
* TreeViews
* Site Map Path

Dynamic Menu

The <asp:Menu> control displays a standard site navigation
menu.

TreeView

The <asp:TreeView> control displays a multi level navigation
menu.

The menu looks like a tree with branches that can be opened
or closed with + or - symbol.

SiteMapPath

The SiteMapPath control displays the trail (navigation path)
to the current page. The path acts as clickable links to
previous pages.

Unlike the TreeView and Menu control the SiteMapPath control
does NOT use a SiteMapDataSource. The SiteMapPath control
uses the web.sitemap file by default.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cache coherency? : Dot net architecture

680


How can I write my own .NET host?

754


What is the mesi? : .NET Architecture

782


Define domestic architecture artifacts? : Dot net architecture

704


how to make and display a form without title bar?

1653


How do I write to the application configuration file at runtime?

702


What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture

724


What is .net mobile lists. Explain with an example? : Microsoft dot net mobile

676


How does .net mobile work? : Microsoft dot net mobile

692


Explain about appdomains?

782


how to create applications by using Visual Studio 2012?

722


Explain .net mobile input controls? : Microsoft dot net mobile

672


Explain hard disk and what is its purpose? : .NET Architecture

678


difference between data reader and dataset

1975


Explain what does the term "green architecture" mean? : .NET Architecture

721