For the most part, the application I'm working on deals with object, and I can bind a list of objects to a gridview without any problems.
However, in a couple of cases, I want to display the results of a multi-table join in a gridview. The current code uses a dataset, which is pretty easy, but I'm wondering if there's a better/more efficient way to do this.
We don't need most of the features of the dataset - data is read-only, and there will not be a large number of records in most cases. (i.e. probably no more than 200, and usually 10-20)