October 2010
Intermediate to advanced
1920 pages
73h 55m
English
FormView ControlYou can display a database record with the FormView control by using an ItemTemplate. For example, the page in Listing 12.19 displays a record from the Movies database table (see Figure 12.13).
Figure 12.13. Displaying a database record with the FormView control.

Listing 12.19. ShowFormView.aspx


The FormView control’s DataSourceID property points to the SqlDataSource control. The SqlDataSource control ...