DynamicDataExtensions.EnablePersistedSelection(BaseDataBoundControl) メソッド

定義

注意事項

Use the EnablePersistedSelection property on a databound control such as GridView or ListView.

選択内容とページングをサポートするデータ コントロールで選択内容の永続化を有効にします。

public:
[System::Runtime::CompilerServices::Extension]
 static void EnablePersistedSelection(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
public static void EnablePersistedSelection (this System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
[System.Obsolete("Use the EnablePersistedSelection property on a databound control such as GridView or ListView.")]
public static void EnablePersistedSelection (this System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
static member EnablePersistedSelection : System.Web.UI.WebControls.BaseDataBoundControl -> unit
[<System.Obsolete("Use the EnablePersistedSelection property on a databound control such as GridView or ListView.")>]
static member EnablePersistedSelection : System.Web.UI.WebControls.BaseDataBoundControl -> unit
<Extension()>
Public Sub EnablePersistedSelection (dataBoundControl As BaseDataBoundControl)

パラメーター

dataBoundControl
BaseDataBoundControl

データ バインド コントロール。

属性

注釈

選択範囲、ページング、並べ替えをサポートする拡張 BaseDataBoundControl コントロールでは、このメソッドを呼び出すと、選択した行が表示されない場合でもコントロールの選択を保持できます。 たとえば、ユーザーが行を選択してから別のページにページを移動した場合や、ユーザーがデータを並べ替えた場合、選択した行は選択されたままになります。 このメソッドが呼び出されない場合、ユーザーがページまたは並べ替えを行うと、選択は失われます。

RegisterControl メソッドは EnablePersistedSelection を呼び出します。

適用対象