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 (Windows Forms)
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.
Topic | Location |
---|---|
How to: Add Load, Save, and Cancel Buttons to the Windows Forms BindingNavigator Control | Windows Forms Controls |
How to: Add Load, Save, and Cancel Buttons to the Windows Forms BindingNavigator Control | Windows Forms Controls |
How to: Add Load, Save, and Cancel Buttons to the Windows Forms BindingNavigator Control | Windows Forms Controls |
How to: Add Load, Save, and Cancel Buttons to the Windows Forms BindingNavigator Control | Windows Forms Controls |
Reference
- BindingNavigator
Provides reference documentation for the BindingNavigator control.
- BindingSource
Provides reference documentation for the BindingSource control.
Related Sections
Topic | Location |
---|---|
Displaying Data on Forms in Windows Applications | Data Access in Visual Studio |
Binding Controls to Data in Visual Studio | Data Access in Visual Studio |