Multiple choice technology web technology

Site Navigation in ASP.NET 2.0 allows to navigate through the applications with ease. The various site navigation server controls are,

  1. TreeView Server Control

  2. SiteMapPath Server Control

  3. Menu Server Control

  4. All of the above

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ASP.NET 2.0 provides three main site navigation controls: TreeView (hierarchical display), SiteMapPath (breadcrumb trail showing current location), and Menu (dropdown/cascading menu structure). All three work together to provide comprehensive navigation solutions.