Merging DataTable(s) Column by Column.
- by Omky
Hello All,
I want to merge two or more DataTables Colum by Column. I am developing C# Windows Application. My use case is below:
I have empty data grid in my application.
user will drag and drop one column from available column list box into data grid. The data grid will start displaying data for that column.
Now, I will drag another column into…