Purchase Solution

Complex Data Binding

Not what you're looking for?

Ask Custom Question

What is complex data binding? What advantages can this capability lend to a multiple-table database application? Present an example of a situation where complex binding would be appropriate in an application and discuss why this approach is needed in this scenario.

Purchase this Solution

Solution Summary

The solution defines complex data binding.

Solution Preview

ADO.NET perspective to binding data to various controls such as ListControls and DataGrids.
============================================================
Data binding is necessary to link the Web or Windows form's UI controls to the data that is retrieved from a data source. When the control is activated or initiated, an underlying manager goes about initiating whatever was bound to the control (for example, a data retrieval using a SqlDataAdapter that fills a DataSet that is bound to a DataGrid). The whole binding mechanism does all of the heavy lifting of mapping the control to the data (like a DataSet, DataTable, and so on). What you will see is that if you know how to bind data to a ListBox ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C++ Operators

This quiz tests a student's knowledge about C++ operators.