






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of the listview control, its features, data binding, configuration, templates, and events. It explains how the listview operates, its similarities and differences with the gridview, and how to use it to display and manipulate data. It also covers the mechanics of using the listview, including templates and events.
Typology: Slides
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Like the GridView control It supports paging It supports record update and delete functions It can display data in a tabular form Unlike the GridView control It supports record insert functions It has no ‘predefined’ layout It can display data in other ways too
Of course, everything can be done programmatically The Configure ListView tool applies various styles to make life easier or to get you started The layout controls how the records appear The style defines various visual styles
The ListView operates using a list of predefined templates similar to the GridView However, these templates do not perform any formatting Rows are rendered based on templates
There are other templates for grouping (tiled layout)
These are similar to the GridView ItemInserting / ItemInserted ItemDeleting / ItemDeleted ItemCommand fires when a command executes ItemCreated fires when a row is created