[From Developer.com]
Back in the old days, connecting two data grids to enable master/detail relationships wasn’t that easy. Now with Visual Studio 2005 and ASP.NET 2.0, building master/detail relationship apps is just a matter of using the right controls for the job. This tutorial describes using DB2 with ASP.NET 2.0’s master/detail relationship enhancements. The intention is to help you leverage the latest features of Visual Studio 2005 to make data-driven Web application development a breeze.
You will learn how to build a master/detail application quickly using the grid view and details view controls—and writing little or no code. The example application uses a typical HR scenario: determining and displaying the employees who belong to a particular department.
The article continues at
http://www.developer.com/net/asp/article.php/3637676