Working with Datatable.

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




Hello,
I have a Datatable "dt" with say "n" rows.
I want to return a subset of "dt" starting at index "i" (i<dt.Rows.Count)
and ending at index "j" ( dt.Rows.Count >j>i).
How can this be done without unnecessary coding?


Many thanks in advance.

JB





.