PagedControl Class

Functions as a base class used by controls that support internal pagination.

public abstract class System.Web.UI.MobileControls.PagedControl : 
   System.Web.UI.MobileControls.MobileControl

Remarks

The PagedControl class exposes certain properties, methods, and events common to all controls that are capable of internal pagination.

All controls that inherit from the PagedControl class also support custom pagination, known as chunking.

Similar to the ItemPager class, this class is used for controls that have long text length, such as a List, LiteralText, or ObjectList control.

Requirements

Namespace: System.Mobile.Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

Pagination Support | Pagination