DynamicDataExtensions.EnablePersistedSelection(BaseDataBoundControl) Metodo

Definizione

Attenzione

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

Consente di rendere persistente la selezione nei controlli dati che supportano la selezione e il paging.

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)

Parametri

dataBoundControl
BaseDataBoundControl

Controllo associato a dati.

Attributi

Commenti

Nei controlli che estendono BaseDataBoundControl e supportano la selezione, il paging e l'ordinamento, la chiamata a questo metodo consente al controllo di rendere persistente la selezione anche quando la riga selezionata non è visibile. Ad esempio, se l'utente seleziona una riga e quindi pagine in un'altra pagina o se l'utente ordina i dati, la riga selezionata rimane selezionata. Se questo metodo non viene chiamato, la selezione viene persa quando le pagine utente o gli ordinamenti.

Il metodo RegisterControl chiama EnablePersistedSelection.

Si applica a