I have a DataTable which contain only one column
data1 and many rows. Like
Now I want another DataTable with two Columns
Name and
Number . Like
I want data in DataTable two be inserted from DataTable one as above. I have no idea how to do that. Any help please