Murach's ASP.NET 2.0 Upgrader's Guide: VB Edition
How to use the DetailsView and FormView controls
The new DetailsView and FormView controls are ideal for any application that displays bound data one record at a time. This chapter shows you how to use them, either in conjunction with the GridView control, on their own, or in combination with other types of list controls.
|
|
|
|
An introduction to the DetailsView control |
186 |
|
Attributes and child elements for the
DetailsView control |
188 |
|
How to add fields to a DetailsView control |
190 |
|
How to enable paging |
192 |
|
How to create a Master/Detail page |
194 |
|
|
An introduction to command buttons |
196 |
|
How to add command buttons |
198 |
|
How to handle DetailsView events |
200 |
|
How to fix the optimistic concurrency
bug |
202 |
|
|
The operation of the application |
204 |
|
The aspx file |
204 |
|
The code-behind file |
210 |
|
|
An introduction to the FormView control |
212 |
|
How to work with the item template |
214 |
|
How to work with the edit item and insert
item templates |
216 |
|
|
The operation of the application |
218 |
|
The aspx file for the Order page |
220 |
|
The code-behind file for the Order page |
220 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|