How can I get Discrete rows from Datatable?

Hi Guys,

I want to run my while loop for four times.
Each loop, I want to selected different range rows data from Datatable.

First loop, Range from Row 1 to Row 51.
Second loop , Range from Row52 to Row 102
Third loop , Range from Row103 to Row 203
Four th loop , Range from Row205, 207, 209…

For VB.NET, how can I do that? thank you .

have a look here:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.