MULTIPAGE Element | MultiPage Class

This class represents a collection of pages.

Syntax

Visual Basic  Public  Class MultiPage Inherits BasePostBackControl
C# public   class MultiPage : BasePostBackControl
Managed C++ public:  __gc class MultiPage :  public BasePostBackControl
JScript public   class MultiPage extends BasePostBackControl

Inheritance Hierarchy

Object::Control::WebControl::BaseRichControl::BasePostBackControl

Members Table

The following table lists the members exposed by the MultiPage object.

Attribute Property Description
Controls Retrieves a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
SELECTEDINDEX SelectedIndex Sets or retrieves a value that indicates the index of the selected object.
Element Object Description
PAGEVIEW PageView This class represents a page in a MultiPage control.
PageViewCollection This class represents a collection of PageView objects.
Event Description
SelectedIndexChange Fires when selectedIndex changes for MULTIPAGE or TABSTRIP.
Method Description
AddParsedSubObject Filters all objects except PageView objects.
CreateControlCollection Creates a new collection of child controls for the MultiPage control.
OnInit Initializes the object.
OnPreRender Updates the hidden input's data.
OnSelectedIndexChange Fires the SelectedIndexChange event.
ProcessData Processes post-back data for the server control from the hidden helper's data.
RaisePostDataChangedEvent Signals the server control object to notify the ASP.NET application that the state of the control has changed.
RenderDesignerPath Implements the rendering path for the Microsoft Visual Studio .NET Editor.
RenderDownLevelPath Implements the downLevel rendering path in this method.
RenderUpLevelPath Implements the uplevel rendering path for this method.

Class Information

Namespace Microsoft.Web.UI.WebControls
Assembly Microsoft.Web.UI.WebControls.dll

See Also

Internet Explorer WebControls, About the MultiPage WebControl