MultiView

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 panel 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 Properties Cc295439.xtlink_newWindow(en-us,Expression.40).png in the MSDN library.

For more information about using MultiView and View controls, see MultiView and View Web Server Controls Overview Cc295439.xtlink_newWindow(en-us,Expression.40).png in the MSDN library.

See also

Concepts

View

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.