3 references to DataBoundViewStateKey
System.Web (3)
UI\WebControls\DataBoundControl.cs (3)
339ViewState[DataBoundViewStateKey] = true; 386if (Page != null && !_pagePreLoadFired && ViewState[DataBoundViewStateKey] == null) { 420else if (IsViewStateEnabled && ViewState[DataBoundViewStateKey] == null) {