Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what is page_directive

1 Answers   BoA, ICT, PCS,


If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

3 Answers   Hologic, Siebel,


Explain about clr?

0 Answers  


Explain the difference between state server and sqlserver : Dot net architecture

0 Answers  


Can you explain scriptmanager control?

0 Answers  


Differnce between managed code and unmanaged code ?

0 Answers  


What is the difference between metadata and menifest ?

0 Answers  


Explain the purpose of cache? : Dot net architecture

0 Answers  


Explain cache memory? : Dot net architecture

0 Answers  


Difference between throw exception and rethrowing ?

0 Answers  


Define pipelining? : Dot net architecture

0 Answers  


Explain about developer benefit from memory management?

0 Answers  


Categories