PagedDataSource.AllowServerPaging プロパティ

定義

サーバー側ページングが有効かどうかを示す値を取得または設定します。

public:
 property bool AllowServerPaging { bool get(); void set(bool value); };
public bool AllowServerPaging { get; set; }
member this.AllowServerPaging : bool with get, set
Public Property AllowServerPaging As Boolean

プロパティ値

Boolean

サーバー側ページングが有効な場合は true。それ以外の場合は false

注釈

ASP.NET バージョン2.0 のデータバインドコントロール ( GridView 、、など DetailsView ) は、 FormView サーバー側のページングによって自動ページング機能を提供します。 ASP.NET 2.0 データバインドコントロールを使用する場合は、このプロパティをに設定 true します。

注意

サーバー側のページングとカスタムページングは相互に排他的です。 をに設定した場合は AllowServerPaging trueAllowCustomPaging がに設定されていることを確認してください false

適用対象

こちらもご覧ください