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
Differences between VS 2005, 2008 and 2010 ?
What is difference between Desktop, Client Server & Web based applications?
What is code access security (cas)?
Explain the use of virtual, sealed, override, and abstract.
What are the types of application software?
What actually happes when you add a something to arraylistcollection ?
What is the purpose of Accordian in jquery? Where it can be used?
Explain the types of memory management? : .NET Architecture
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
How do I know when my thread pool work item has completed?
What is the problem with .net generics?
inprocess vs out process session state : Dot net architecture
What are the types of memory management? : Dot net architecture
how to make and display a form without title bar?
What is a virtual memory? : .NET Architecture