ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 591
نمايش فراداده

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