Hi Team,
I have written a select query. which will move data from old Datatable to new created data table.
While making a loop the new Datatable is replaced with new data of select query.
Instead of replacing i need to append it in the new datatable. Please provide your suggestions.