Feature Tour
Multi-Level Master-Detail Pages

Master-detail relationships exist in all databases. For example, the Northwind database has a three-level master-detail relationship. Customers is referenced by Orders, and Orders is referenced by Order Details.

Customers, Orders, and Order Details table relationships in Northwind database

Code On Time web application generator automatically creates two-level master-detail pages. You can extend any master-detail page to have more relationship levels. An extended three-level master-detail page is shown below.

Three-Level Master-Detail page in Northwind web application.Three-Level Master-Detail page in Northwind web application.