Chapter 15. Displaying Data with the Data Web Controls

In this hour, we will cover

  • Associating data Web controls with data source controls

  • Using the GridView and DetailsView controls

  • Customizing the appearance of the GridView and DetailsView controls

  • Displaying only a subset of data source columns in a data Web control

Displaying data in an ASP.NET page requires using two classes of Web controls. First, a data source control is used to access the data; next, a data Web control is employed to display the data retrieved by the data source control. In the preceding hour we discussed what data source controls are, focusing in on the SqlDataSource control. In this hour we’ll turn our attention to the data Web controls, which are a suite of controls that ...

Get Sams Teach Yourself ASP.NET 2.0 in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.