Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MultiPage Class

Represents the functionality of a MultiPage control which maintains a collection of PageView controls.

For a list of all members of this type, see MultiPage Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         EO.Web.WebControlBase
            EO.Web.MultiPage

[Visual Basic]
Public Class MultiPage
    Inherits WebControlBase
[C#]
public class MultiPage : WebControlBase, IPostBackEventHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

MultiPage control maintains a collection of PageView controls and provides functionality to switch active page on both server and client side.

For more information on how to use MultiPage control, see Using EO.Web MultiPage.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

MultiPage Members | EO.Web Namespace


Direct link to this topic