2
Answers

select n row of data table by loop

Hello,
 
 
I have data table with 1000 rows, I want to select 100 rows them in each loop.
 
for e.g.
1
2
...
100
-------
next loop
101
102
..
200
-----
etc
 
Answers (2)