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