| abc |
| 123 |
| def |
| 456 |
| ghi |
Now I want another DataTable with two Columns Name and Number . Like
| abc | 123 |
| def | 456 |
| ghi | 789 |
I want data in DataTable two be inserted from DataTable one as above. I have no idea how to do that. Any help please
| abc |
| 123 |
| def |
| 456 |
| ghi |
| abc | 123 |
| def | 456 |
| ghi | 789 |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Sep 13, 2013, 7:45 AM
Abhineet SrivastavaPosted Sep 12, 2013, 12:38 PM
Cheers