Google News
logo
ASP.NET - Interview Questions
What is Navigation control in ASP.NET?
Navigation Control is defined as a menu that 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. An ASP.NET has three different types of Navigation control:
 
* Dynamic Menus
* TreeView
* Site Map path
Advertisement