
This session begins by comparing and contrasting the connected, streaming model of data access in ADO.NET with the disconnected model. We then look at the new ASP.NET model for data binding which is convenient to use in conjunction with the ADO.NET DataSet and DataReader classes. While data can be bound to many controls, there are several that are designed specifically to simplify data presentation, including DataGrid, Repeater, and DataList. Equipped with a thorough understanding of these tools, we will complete the construction of our sample application and briefly review each portion.
|