ItemPager Class

Assists in paginating a form.

public class System.Web.UI.MobileControls.ItemPager : System.Object

Remarks

For each control that supports internal pagination, an ItemPager object is created and used to paginate the contents of the control.

This class is used with the PagedControl class for controls that have long text length, such as a List, LiteralText, or ObjectList control.

Normally, you use this class only for customized pagination. Unless you want to create your own customized pagination, you need to create an instance of the PagedControl class, inherit its properties and methods, and extend your own customized properties and methods.

Requirements

Namespace: System.Mobile.Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

Pagination