ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









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


/ 873