GridView.IDataBoundListControl.EnablePersistedSelection Property
.NET Framework 4.5
Gets or sets a value that indicates whether the selection of a row is based on index or on data-key values.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
private abstract EnablePersistedSelection : bool with get, set private override EnablePersistedSelection : bool with get, set
<asp:GridView EnablePersistedSelection="True|False" />
Property Value
Type: System.Booleantrue if the row selection is based on data-key values; otherwise, false.
Implements
IDataBoundListControl.EnablePersistedSelectionThis member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IDataBoundListControl interface.
ASP.NET Dynamic Data supports this property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.