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 does the term "green architecture" mean? : Dot net architecture
What is one way operation?
how to change row background color in gridview
What is cache coherency? : Dot net architecture
Explain the process of gc?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
What is the purpose of cache? How is it used? : Dot net architecture
Can you Explain
Does .NET runtime offer Deterministic Destruction or not?
How resource files are used in .net?
Explain the difference between primary & secondary storage device? : Dot net architecture
Define the mesi? : Dot net architecture
What is MS chart control in visual studio?
Explain .net mobile automatic paging? : Microsoft dot net mobile
what are the fundamental and common properties of .net controls?