Wednesday, 23 April 2014

What are the Navigation Controls in Asp.Net

       Ans) There are three navigation Controls
a)      Menu Control
b)      SiteMapPath Control
c)      TreeView Control
  1.       Menu Control :   It enables you to add navigational functionality to our web pages. The Menu control supports a main menu and Submenus and allows you to define dynamic menus ( Some times called “ Fly-Out” menus)
  2.       SiteMapPath Control: It displays a navigation path that shows the user the current page location and displays links as path back to home page. The control provides many options for customizing the appearance of the links.
  3.       TreeView Control : It displays hierarchical data in a tree structure in a web pages. The TreeView control is made up of tree node objects. TreeView control can be bound to data.

No comments:

Post a Comment