|
The MultiView control represents a control that acts as a container for groups of View controls.
It allows you to define a group of View controls, where each View control contains child controls,
for example, in an online survey application. Your application can then render a specific View control
to the client based on criteria such as user identity, user preferences, or information passed in a
query string parameter.
The following sample illustrates a MultiView control hosting 3 View controls.
C# MultiView1.aspx
|