I have two tables Table A and Table B and I want to merge them at runtime by using C#.. For example,
Table A has Two Column ColumnA1 and ColumnA2 and Same as Table B has Two Columns CloumnB1 And ColumnB2. after merage in new Table C the table C will look like this
ColumnA1 -- ColumnA2 -- Column B1 -- Column B2
xyz xyz xyz xyz
Any brother have any idea about this then please share... I will wait for your cool response. thanks in advance..