3 references to ItemCountViewStateKey
System.Web (3)
UI\WebControls\CompositeDataBoundControl.cs (2)
91object controlCount = ViewState[ItemCountViewStateKey]; 155ViewState[ItemCountViewStateKey] = controlCount;
UI\WebControls\GridView.cs (1)
2917rowCount = (int)ViewState[ItemCountViewStateKey];