Hi all,

I have a DataTable and I need to keep track of the current row index, I was not able to find any property of the datatable that does this.....

the only way i can see is to use a static index variable to do so....I was wondering if you guys know of any other better way to do this...

Thanks.