BindingNavigator Control (Windows Forms)

The BindingNavigator control is the navigation and manipulation user interface (UI) for controls that are bound to data. The BindingNavigator control enables users to navigate through and manipulate data on a Windows Form.

The topics in this section provide an overview of the BindingNavigator control and offer step-by-step instructions how to use the control navigate data and move through a DataSet.

In This Section

BindingNavigator Control Overview
Introduces the general concepts of the BindingNavigator control, which enables users to move through the items of a data source.

How to: Navigate Data with the Windows Forms BindingNavigator Control
Provides steps to bind a BindingNavigator control to a data source.

How to: Move Through a DataSet with the Windows Forms BindingNavigator Control
Demonstrates using a BindingNavigator control to move through records in a DataSet.

Also see How to: Add Load, Save, and Cancel Buttons to the Windows Forms BindingNavigator Control.

Reference

BindingNavigator
Provides reference documentation for the BindingNavigator control.

BindingSource
Provides reference documentation for the BindingSource control.

Bind controls to data in Visual Studio