Data Binding (Visual Studio Tools for Office)
| Note | Required applications |
|---|---|
|
The features in this topic are available only if you have the required applications installed. For more information, see Features Available by Product Combination. |
|
This section explains how data binding works in Microsoft Visual Studio 2005 Tools for the Microsoft Office System projects.
In This Section
- Binding Data to Controls Overview
-
Explains where data binding in Visual Studio Tools for Office solutions is the same as data binding in Windows Forms projects, and provides an overview of how to update data that is bound to host controls and how to increase performance of list objects.
- How to: Scroll through Database Records in a Worksheet
-
Provides basic steps for making a database field visible in a cell, and scrolling through the records.
- Walkthrough: Binding a Worksheet Cell to a Database Field
-
Demonstrates the basics of binding a single data field in a SQL Server database to a named range in Microsoft Office Excel.
- Walkthrough: Binding Cells to Multiple Columns in a Table
-
Demonstrates the basics of binding multiple cells in an Excel worksheet to fields in the Northwind SQL Server database.