Overview/Description
To configure data controls and to establish and configure database connections in .NET 2.0 web applications
Target Audience
Individuals who wish to use the .NET Framework 2.0 with Visual Studio 2005, Visual Basic 2005, and ASP.NET 2.0 to develop web-based client applications; individuals preparing for the Microsoft .NET Framework 2.0 – Web-Based Client Development (70-528) exam
Prerequisites
Thorough knowledge of software-development concepts and the process of building business applications; experience building web-based applications with the Microsoft .NET Framework; working experience of Visual Studio 2005, Visual Basic 2005, and ASP.NET
Data Integration with Visual Basic 2005 and ASP.NET 2.0
identify the role of the key data-source controls and data-bound controls used in web forms.
set up data access and data binding in web forms.
set up a web form to bind an XmlDataSource Control to a TreeView control.
connect a web application to a database, given a scenario.
identify the code used to handle database-connection exceptions and to enforce security in web forms.
identify how to use the key objects for connected environments in web forms.
identify how to use the key objects for disconnected environments in web forms.
configure a connection between a web application and a SQL Server database with exception handling, security capabilities, and the capability to function in a disconnected environment using DataTables and DataSets.