DynamicDataExtensions::EnablePersistedSelection Method
Enables selection to be persisted in data controls that support selection and paging.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
[ExtensionAttribute] public: static void EnablePersistedSelection( BaseDataBoundControl^ dataBoundControl )
Parameters
- dataBoundControl
- Type: System.Web.UI.WebControls::BaseDataBoundControl
The data bound control.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type BaseDataBoundControl. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).In controls that extend BaseDataBoundControl and support selection, paging, and sorting, calling this method enables the control to persist selection even when the selected row is not visible. For example, if the user selects a row and then pages to another page, or if the user sorts the data, the selected row remains selected. If this method is not called, selection is lost when the user pages or sorts.
The RegisterControl method calls EnablePersistedSelection.
- AspNetHostingPermission
for operating in a hosted environment. Security action: LinkDemand. Associated enumeration: AspNetHostingPermissionLevel::Minimal
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.