Murach's ASP.NET 2.0 with VB 2005
How to use the DetailsView and FormView controls
The DetailsView and FormView controls, new in ASP.NET 2.0, are ideal for any application that displays bound data one row at a time. This chapter shows you how and when to use each one.
|
|
|
|
An introduction to the DetailsView
control |
446 |
|
Attributes and child elements
for the DetailsView control |
448 |
|
How to add fields to a DetailsView
control |
450 |
|
How to enable paging |
452 |
|
How to create a Master/Detail
page |
454 |
|
|
An introduction to command buttons |
456 |
|
How to add command buttons |
458 |
|
How to handle DetailsView events |
460 |
|
How to fix the optimistic concurrency
bug |
462 |
|
|
The operation of the application |
464 |
|
The aspx file |
464 |
|
The code-behind file |
470 |
|
|
An introduction to the FormView
control |
472 |
|
How to work with the Item template |
474 |
|
How to work with the EditItem
and InsertItem templates |
476 |
|
|
The operation of the application |
478 |
|
The aspx file for the Order page |
480 |
|
The code-behind file for the Order
page |
480 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|