I am totally new in Dot Net and in Programming Field.
I have to Send Some Data from One Table in Email in one console app. It is working fine. I am doing this by retrieving Data into DataTable.
Now i have to insert same Data into Different Database Table.
So how i can do this. Please share a simple way.
(In DataTable data is coming by Single Select Query, So is there any way to solve this problem using this Select command with Insert command, Like Insert into Table Values (Seelct Command))