MultiView control

The MultiView control acts as an outer container for one or more View controls. The View controls, in turn, can contain any combination of markup and controls. You can use the MultiView and View controls to perform tasks such as providing alternate sets of controls based on user choice or creating a multi-page form.

To add a MultiView control to a page

  • Drag the MultiView control from the Toolbox task pane to your page.

The MultiView control displays one View control at a time, exposing the markup and controls within that View control. By setting the MultiView control's ActiveViewIndex property, you can specify which View control is currently visible.

For a full description of all MultiView control properties, see MultiView in the MSDN library.

For more information about using MultiView and View controls, see MultiView in the MSDN library.