Is it possible to join two datatables without common column Ex: I have 3 columns(Name, Age,Job) in dt1 and 1 column (View) in dt2. I would just like to have 4 columns in dt1 now (already existing 3 columns + 1 column from dt2).
I already tried this using merge datatable but the output is not as expected. Please refer the screenshot smartly.xaml (11.3 KB)