This document provides an overview of ASP.NET MultiView and View controls. It explains that MultiView controls allow dividing page content into groups with only one view displayed at a time. Each View control manages a content group. The MultiView controls displays one View at a time, called the active view. It also describes properties of View and MultiView controls like Visible and ActiveViewIndex, and how button commands can navigate between views. Methods like SetActiveView and events like ActiveViewChanged are also summarized.