This documentation is archived and is not being maintained.
ListView::IDataBoundListControl::EnablePersistedSelection Property
Visual Studio 2010
Gets or sets the value that specifies whether a selected row persists when a user pages through data in a data-bound control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: virtual property bool EnablePersistedSelection { bool get () sealed = IDataBoundListControl::EnablePersistedSelection::get; void set (bool value) sealed = IDataBoundListControl::EnablePersistedSelection::set; }
<asp:ListView EnablePersistedSelection="True|False" />
Implements
IDataBoundListControl::EnablePersistedSelectionThis member is an explicit interface member implementation. It can be used only when the ListView instance is cast to an IDataBoundListControl interface.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: