Whats the best way to paginate data from two servers ?

Jan 31 2013 3:43 AM
We have a scenario where data is fetched from two different sources . Then merge them in C# code by means of a for loop. The row count comes around 4,00,000 . Is there a better way to improve the performance by implementing server side paging here ?