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 purpose of cache? How is it used? : Dot net architecture
What is the difference between machine config vs. Web config : Dot net architecture
Explain hard disk and what is its purpose? : .NET Architecture
Can I create my own permission set?
What is the application frame host?
Explain hard disk and what is its purpose? : Dot net architecture
What is textview control of .net mobile? : Microsoft dot net mobile
What are relation objects in dataset?
what are login controls?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Session State and can i store desirialized object in state server, if yes how and if not why.
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
Explain about appdomains?
Explain Intermediate Language?
Whate are resource files? How are they used in .net?