2
Answers

Adding one Datatable data to another

Ghulam Ali

Ghulam Ali

11y
892
1
I have a DataTable which contain only one column data1 and many rows. Like
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
Answers (2)