NET Repeater Control 63
Using the Repeater Control 64
Displaying Data Using the Repeater Control 67
Displaying Checkboxes in a Repeater Control 70
Implementing Data Paging Using the Repeater Control 73
The BindPagedData() Method 75
Navigating through the Pages 76
Sorting Data Using the Repeater Control 78
Revisiting the DataManager Class 79
Filtering Data Using the Repeater Control 81
Handling Repeater Control Events 87
Summary 89
Chapter 4: Working with the DataList Control 91
The ASP.NET DataList Control 91
Using the DataList Control 92
Displaying Data 93
Handling Events 98
Binding Images Dynamically 100
Selecting Data 102
Table of Contents
[ iii ]
Editing data 103
Deleting Data 107
Summary 108
Chapter 5: Working with the DataGrid Control in ASP.NET 109
The ASP.NET DataGrid Control 110
Creating a DataGrid Control 110
Implementing a Sample Application Using DataGrid Control 111
Displaying Data 121
Styling the DataGrid Control 123
Appending Data Using the DataGrid Control 127
Editing Data Using the DataGrid Control 132
Deleting Data Using the DataGrid Control 135
Paging Using the DataGrid Control 137
Summary 138
Chapter 6: Displaying Views of Data (Part I) 139
The ASP.NET GridView Control 140
Comparing DataGrid and GridView Controls 144
Displaying DropDownList in a GridView Control 144
Displaying CheckBox in a GridView Control 146
Change the Row Color of GridView Control Using JavaScript 148
Displaying Tool Tip in a GridView Control 151
Paging Using the GridView Control 151
Implementing a Hierarchical GridView 153
Sorting Data Using the GridView Control 162
Inserting, Updating and Deleting Data Using the GridView Control 163
Exporting the GridView Data 169
Formatting the GridView Control 172
Summary 182
Chapter 7: Displaying Views of Data (Part II) 183
Working with the ASP.
Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25