AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Master/Detail Filtering With a DropDownList : Scott Mitchell

Tuesday, August 19 2008

The master/detail report, which we first created using a GridView in the earlier Master/Detail Filtering With a DropDownList tutorial, begins by showing some set of “master” records. The user can then drill down into one of the master records, thereby viewing that master record’s “details.” Master/detail reports are an ideal choice for visualizing one-to-many relationships and for displaying detailed information from particularly “wide” tables (ones that have a lot of columns). We’ve explored how to implement master/detail reports using the GridView and DetailsView controls in previous tutorials. In this tutorial and the next two, we’ll reexamine these concepts, but focus on using DataList and Repeater controls instead....

Read More:
Master/Detail Filtering With a DropDownList : Scott Mitchell
Also See:
Design and Generate Code with Visio : Steve C. Orr
Perform Database Administration Operations with SQL Server Management Objects : John Papa
SOS: Upcoming release has a few new commands – HeapStat : ASP.NET Debugging
Using TemplateFields in the DetailsView Control : Scott Mitchell

Post your comment

Comment