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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









PagerModeserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration allows you to configure the type of pager controls
used on the DataGrid control to browse from page
to page. Each "page" shows a table
with a subset of the data. If you use NextPrev,
next/previous buttons will be displayed (which are typically rendered
as greater-than and less-than signs). If you use
NumericPages, each page will be given a number and
a series of number links (starting at 1) will be displayed that allow
a user to jump to a nonsequential page. Additional pager options,
such as the text for next/previous buttons and the number of numeric
pages displayed at a time, are available through the properties of
the DataGridPagerStyle class.

public enum 

PagerMode {

NextPrev = 0 ,

NumericPages = 1
}



Hierarchy


System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable
,
System.IConvertible)
PagerMode

Returned By


DataGridPagerStyle.Mode

Passed To


DataGridPagerStyle.Mode


/ 873