Duration: 17:50 min
Description: In this video we discuss MultiView. MultiView is a collection of views. Only one view is displayed at a time. In addition to the MultiView, we use a Menu control. The menu is displayed horizontally at the top. We place the MultiView right under the menu. The menu contains 3 items: C#, ASP.NET, and Silverlight. When the user selects an item from the menu, the corresponding definition is displayed in the view underneath. We added some styles to the page to visually differentiate the selected menu item and its related view.