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
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
How do you handle this COM components developed in other programming languages in .NET?
How can I create a application?
what is tracing? Where it used?
Can you explain server controls in atlas?
Explain the difference between inprocess vs out process session state : Dot net architecture
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
Explain Singleton design pattern in .net
Explain difference between machine config vs. Web config : Dot net architecture
Tell me .net mobile emulators? : Microsoft dot net mobile
What's the difference between an application and a program?
What is IL code, CLR, CTS, GAC & GC?
What are the main Tools to develop .Net Application?
Explain about continuable exceptions?