I have 2 databases. These are host on different different servers. I want to join the tables of those databases.
here..(1) UserId is same in both database table
(2) Table name are TB1 and TB2
(3) Database are DB1 and DB2

i want to bind the data in a gridview from both database's tables.

Note 1 :-Is this possible to get both tables data from a single connectionstrin g in C#.
...