Y
ypul
can anyone tell me please ..
how to copy one datarow from one datatable to another..
I want to extract some specific rows from one datatable and put into antoher
....
" datatableOne.rows.add(datatableTwo.rows(i))"
this statement does not work ..it says
"This row already belongs to another table"
what is the solution please ...
how to copy one datarow from one datatable to another..
I want to extract some specific rows from one datatable and put into antoher
....
" datatableOne.rows.add(datatableTwo.rows(i))"
this statement does not work ..it says
"This row already belongs to another table"
what is the solution please ...