Hii,
I have a row index how i will get the datarow from the row index
pls help
Hii,
I have a row index how i will get the datarow from the row index
pls help
Hi @Doonline
Please try,
Dt - datatable
Drow - datarow
Rowindex - your row index variable
In assign,
Drow = Dt(Rowindex)
Or
Drow = Dt.rows(Rowindex)
Thanks
Thanks Alot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.