Editing Data with the DataList
Control
You can use the DataList
control to edit database records. However, editing with the DataList
control requires more coding than editing with other DataBound
controls, such as the GridView
, FormView
, or DetailsView
controls.
The page in Listing 13.11 illustrates how you can edit and delete database records with the DataList
control (see Figure 13.9).
Figure 13.9. Editing database records with the DataList
control.
Listing 13.11. EditDataList.aspx
The ItemTemplate
contained in the DataList
in Listing ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.