Multiple choice technology web technology

What are different navigation controls introduced in ASP.NET 2.0. Choose from the following list.

  1. Hyperlink

  2. TreeView,

  3. Menu

  4. Tools

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

ASP.NET 2.0 introduced TreeView and Menu as new navigation controls for structured site navigation. TreeView displays hierarchical data, while Menu provides dropdown/flyout navigation. Hyperlink existed in earlier versions, and Tools is not a navigation control.