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
What is cache coherency? : Dot net architecture
How can I write my own .NET host?
What is the mesi? : .NET Architecture
Define domestic architecture artifacts? : Dot net architecture
how to make and display a form without title bar?
How do I write to the application configuration file at runtime?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
How does .net mobile work? : Microsoft dot net mobile
Explain about appdomains?
how to create applications by using Visual Studio 2012?
Explain .net mobile input controls? : Microsoft dot net mobile
Explain hard disk and what is its purpose? : .NET Architecture
difference between data reader and dataset
Explain what does the term "green architecture" mean? : .NET Architecture