Navigation controls in ASP.net,explain each control in
brief?

Answers were Sorted based on User's Feedback



Navigation controls in ASP.net,explain each control in brief?..

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

Navigation controls in ASP.net,explain each control in brief?..

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

Post New Answer

More Dot Net AllOther Interview Questions

Explain cache memory? : .NET Architecture

0 Answers  


what is the difference between master page and content page?

0 Answers   Six Sigma,


Explain How to improve the cache performance? : Dot net architecture

0 Answers  


Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?

0 Answers  


Explain what does the term "green architecture" mean? : Dot net architecture

0 Answers  






how to find the 2nd higgest salary in the column for example take table name is employee? And also find bottom 2nd lowest salary ?

11 Answers   GeoTechnology, Wipro,


How do we do authentications using atlas?

0 Answers  


What is .net mobile images control. Explain with an example? : Microsoft dot net mobile

0 Answers  


Explain about common language infrastructure?

0 Answers  


can Array contains different datatypes ?

5 Answers  


Explain difference between inprocess vs out process session state? : .NET Architecture

0 Answers  


Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

0 Answers  


Categories