I have two data tables whose columns are dynamic and they both have one common column. Now I want to join these two tables. To get combined result.
Thanks in advance.
Hi you might be looking to join the two data tables which are generated on runtime. Check out this link. Might be useful for you
Finding common columns from two datatable and using those for Join condition in LINQ