Chapter 15. Displaying Data with the Data Web Controls

<feature><title></title>

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

</feature>

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 on the SqlDataSource control. In this hour we’ll turn our attention to the data Web controls, ...

Get Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit 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.