
Display and edit database data and single database records with GridView and DetailsView, two new controls in the ASP.NET 2.0 framework. The ASP.NET 2.0 framework introduces two new controls for working with database data: the GridView control and the DetailsView control. You use the GridView control when working with a set of database records. The DetailsView control is used when working with individual records.
|