Hi,
I want to add data to a GridView from two diifferent DataSources. I found a solution to join both tables in DataSource query and bind resultant DataTable to GridView.
But in my case I don't have any common field (identifier) to apply join ON. How can i get data into GridView from two different DataSources? I also want to add filters that should update data from both DataSources.
Following image describes my problem:
[IMG]http://img215.imageshack.us/img215/6083/image2copy.jpg[/IMG]

It is not possible. Instead try to write code which merge data from two sources or use joins with sql select statement to fetch rows from two or more diff. tables.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.