Murach's ASP.NET 4 Web Programming
with C# 2010
How to use the ListView and DataPager controls
This chapter shows you how to use ASP.NET's ListView and
DataPager controls to work with data in your web applications.
The ListView control is similar to the GridView control covered
in chapter 14, but it has features that make it much more
versatile. One of those features is that it provides for paging
using the DataPager control.
|
|
|
|
An introduction to the ListView
control |
524 |
|
How to configure a ListView control |
526 |
|
How to work with the Layout template |
528 |
|
How to work with the Item template |
530 |
|
How to provide for sorting |
532 |
|
How to provide for paging |
534 |
|
How to customize paging |
536 |
|
|
The Product List application |
538 |
|
The aspx file |
540 |
|
|
How to define the templates for
a group |
544 |
|
A Product List application that
uses groups |
546 |
|
The aspx file for the grouped
Product List application |
546 |
|
|
How to use buttons to perform
update operations |
550 |
|
How to work with the EditItem
and InsertItem templates |
552 |
|
How to use events raised by the
ListView control |
552 |
|
|
The Category Maintenance application |
554 |
|
The aspx file |
556 |
|
The code-behind file |
556 |
|
 |
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights
reserved.
|