Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a MultiPage element to a ASP.NET Web Form.
Syntax
ASP <tagPrefix:MULTIPAGE ... > 
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. 
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 Adds a PAGEVIEW element to a ASP.NET Web Form. 
Event Description onselectedindexchange Fires when selectedIndex changes for MULTIPAGE or TABSTRIP. 
Class Information
Namespace Microsoft.Web.UI.WebControls 
See Also
Internet Explorer WebControls, About the MultiPage WebControl