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 about .net garbage collector?
Does .NET runtime offer Deterministic Destruction or not?
What is the difference between primary & secondary storage device? : Dot net architecture
Explain about generation?
What are bindings?
Explain about metadata?
Explain the purpose of cache? How is it used? : Dot net architecture
What re interop services?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
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 code access security (cas)?
What is the difference between absolute expiration and sliding-time expiration?
What is .net viewstate?
State and explain about microsoft.net?
Differnce between managed code and unmanaged code ?