May 2003
Beginner
624 pages
15h 47m
English
The next step is to generate the function that will return the database data with which to populate the DataGrid. As we've seen in a number of previous hours, this can be easily accomplished using the SELECT Data Method Code Builder, here as follows:
1. | Click the Code tab of the EditDataGrid.a
spx Web page and drag and drop the SELECT Data Method Code Builder from the Toolbox and onto the source code portion of the ASP.NET Web page. |
2. | Construct the SELECT query such that it returns all columns from the Customers table. Figure 20.5 shows a screenshot of the query constructed by the SELECT Data Method Code Builder.
Figure 20.5. The SELECT query returns all rows from ... |
Read now
Unlock full access