After you create a blank master page and define a recordset for it (see Creating a master page and defining a recordset for it (ASP and JSP)), you must display the records on the page.
A common approach is to create a two-row HTML table on the master page and to drag a limited number of recordset columns from the Bindings panel (Window > Bindings) into the tables second row. (Use the first row to display the tables column headings.)
The repeated region is normally applied to the table row containing the dynamic content. For more information, see Displaying multiple recordset results.
The next step in creating master/detail pages is to open the detail page and pass a record ID to it. See Opening the detail page and passing a record ID to it (ASP and JSP).