Datasheet
Book IX
Chapter 1
Building Master and
Detail Pages
Developing Master and Detail Pages for ASP.NET
701
12. To bind the columns in the recordset to the detail page, select the
columns in the Bindings panel and drag those columns onto the
detail page.
Your detail page can now process requests from the master page.
Figure 1-9 shows the Document window after adding fields from the
recordset.
See the section “Testing Your Master and Detail Pages,” later in this chapter,
to find out how to preview your master and detail pages in a browser.
Developing Master and Detail Pages for ASP.NET
For ASP.NET, you can use the DataSet Web control to specify table columns
and the DataGrid Web control to list the database records to display on the
master page. The Web controls provide an easy way to display database data
with controls for paging between multiple pages of records.
Figure 1-9:
The
Document
window
after
dragging
several
fields from
the
recordset
onto it.
Figure 1-8:
The
Employee
Recordset
appears in
the Bindings
panel.
52_781428 bk09ch01.qxp 6/19/06 11:46 AM Page 701