Macromedia dreamweaver 8-using dreamweaver Manuel D’Utilisation

Page de 1030
902
Chapter 41:  Building ASP.NET Applications Rapidly
Modifying a DataGrid or DataList object
You can always modify the DataGrid and DataList objects to suit your page design needs.
To modify a DataGrid and DataList object:
In Design view, click the icon on the upper-left corner of the DataGrid or DataList to 
switch to Edit mode; then add or modify the content of any of the tabbed regions that 
appear.
In Design view, select the object and use the Property inspector to change its attributes.
Double-click the object in the Server Behaviors panel and change its properties in the 
dialog box that opens.
In Code view, select the DataGrid or DataList on the page, and use its tag dialog box to 
change its attributes.
Building master/detail pages (ASP.NET)
With Dreamweaver, you can create sets of pages that present information in two levels of 
detail: a master page that lists records and a detail page that displays more detail about each 
record. This section describes how to build these kinds of master/detail pages. 
Related topics
Creating the master page (ASP.NET)
This section describes how to create a master page that lists database records. With ASP.NET, 
you can use a DataGrid to list the records on the page.
Before you start, make sure you define a database connection for the site. For more 
information, se
.
NO
TE
You can also drag sources of dynamic content from the Bindings panel into a tabbed 
region.