
47
CHAPTER 6
Building a Master-Detail Page Set Tutorial
A Master-Detail Page set is a web application which presents information extracted from a
database in two formats. The master page displays a list of all records retrieved as a result of a
database search. A detail page links from the master page and usually provides more specific
details about an item selected in the master page.
You can complete this tutorial in following server models—ColdFusion, ASP, and JSP.
In this tutorial you will build a master and detail page set. The tutorial takes approximately 20 minutes
to complete, depending on your experience, and will teach you how to do the following tasks:
• “Create a master-detail page set” on page 48
• “Create a database recordset” on page 50
• “Insert a Master-Detail Page Set application object” on page 53
• “View your pages” on page 55
Commentaires sur ces manuels