|
i like that. thanks, im in a completely new area for me. would you happen to know how i could make the Index elements recursive? in other words, i'm guessing i would need a for loop and dependent on how many rows were returned, the indexes of the DataRow would just use the number passed from the for loop.
so, instead of aRow.Item(0) & aRow.Item(1) ---hardcoded for two elements only
i could have somethng like aRow.Item(i)
which of course would correspond to a For i = 0 to "someNumber"
thanks again
rik
|