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( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net