1 write to EnablePersistedSelection
System.Web (1)
UI\WebControls\GridView.cs (1)
4537EnablePersistedSelection = value;
6 references to EnablePersistedSelection
System.Web (6)
UI\WebControls\GridView.cs (6)
1230if ((DataKeyNamesInternal.Length > 0) && EnablePersistedSelection) { 2180if (storeKeys && EnablePersistedSelection) { 2240if (storeKeys && EnablePersistedSelection) { 3926if (EnablePersistedSelection) { 4332if (EnablePersistedSelection && (_persistedDataKey != null)) { 4534return EnablePersistedSelection;