1 write to startRowIndex
System.Web.Extensions (1)
UI\WebControls\ListViewPagedDataSource.cs (1)
313this.startRowIndex = startRowIndex;
2 references to startRowIndex
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
331for (int i = 0; i < startRowIndex; i++) 336return (startRowIndex + index) < indexBounds;