Navigation controls in ASP.net,explain each control in
brief?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bhanu prasad
There are total 4 Navigation controls are there in asp.net
2.0
There are
1.Pointer 2.SiteMapPath 3.Menu 4.TreeView
The purpose of these controls are
In ASP.NET 2.0, a menu can be stored in a file to make it
easier to maintain. This file is normally called web.
sitemap, and is stored in the root directory of the web.
| Is This Answer Correct ? | 3 Yes | 5 No |
Explain pipelining? : Dot net architecture
does .NET support multiple inheritance ?
4. Wcf- what Asych and Sych call and how that works
What are the five stages in a dlx pipeline? : Dot net architecture
Explain about microsoft visual studio?
What is the difference between a web custom control,web user control and a web part.
How do you handle this COM components developed in other programming languages in .NET?
0 Answers InfoAxon Technologies,
Explain about metadata?
What is a sealed Class? What is the differnce between sealed class and private class?
how to make and display a form without title bar?
How to work with Crystal Reports without using Visual Studio?
while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction