NOTE: This article is one of a three-part series based on the same code. As such, some of the code in the referenced download is not specifically targeted at this topic. The other two topics are Declarative Databinding of Nested Object Properties to GridView Columns and Dynamic Rendering of Images in ASP.NET.
Another NOTE: The code provided has been written to use the AdventureWorks database for SQL 2005, which can be found on Codeplex here.
In my previous post, I discussed being able to bind GridView columns directly to properties of nested objects returned via an ObjectDataSource. This time around, I'm ...