Standard Controls[18]->MultiView and View

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
Run Sample View Source

posted on 2007-05-14 09:32  改变热爱  阅读(109)  评论(0)    收藏  举报

导航