I have a dataset with 2 tables, so I declared 2 ArrayList and fetching that table values from DataSet into two ArrayLists.
One ArrayList has the count of 66, another of 37.
Now, how do I combine these ArrayLists into one ArrayList so that I get values of both ArrayList into an single ArrayList?