MultiView and View Web Server Controls

The MultiView control acts as a container for groups of View controls. Each View control in turn contains child controls such as buttons and text boxes. Your application can programmatically display a specific View control to the client based on criteria such as user identity, user preferences, or information that is passed in a query string parameter.

In This Section