Developer
Developer

Reputation: 8636

Is it possible to bind data from 2 different tables which has no relation

I would like bind grid view with 2 different tables that has no relation. Is it possible to do if so please guide me in achieving that

Upvotes: 2

Views: 547

Answers (2)

Pankaj Mishra
Pankaj Mishra

Reputation: 20348

First retrieve data from different source in different Dataset. them merge both dataset and bind with gridview.

Upvotes: 1

Kangkan
Kangkan

Reputation: 15571

You can pick the data from different sources to an iList collection and bind it to a grid.

Upvotes: 1

Related Questions