ItemPager

ItemPager.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

The ItemPager is used by controls that have long text length and support internal pagination, such as the List, LiteralText, and ObjectList controls. The ASP.NET rendering ending creates the ItemPager while paginating a page, using the corresponding ControlPager of the containing Form.

public class ItemPager {
// Public Constructors
   public ItemPager( );
   public ItemPager(ControlPager pager, MobileControl control, int itemCount, int itemsPerPage, int itemWeight);
// Public Instance Properties
   public int ItemCount{get; }
   public int ItemIndex{get; }
}

Returned By

ControlPager.GetItemPager( )



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace