October 2010
Intermediate to advanced
1920 pages
73h 55m
English
In this chapter, you were provided with an overview of the Data controls included in the ASP.NET 4 Framework. You learned how to use the DataBound controls to render the user interface for working with data. You also were provided with an introduction to the DataSource controls, which can be used to represent different types of data such as database data and XML data.
You also learned about two important features of the DataBound controls. You learned how to use Templates and databinding expressions. You learned about the difference between one-way databinding and two-way databinding expressions.
Next, you were provided with an overview of SQL Server 2008 Express. You learned how to create a SQL Server Express database. You also learned ...