Permalink
Fetching contributors…
Cannot retrieve contributors at this time
50 lines (41 sloc) 2.43 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
BindingNavigator Control (Windows Forms)
03/30/2017
.net-framework
dotnet-winforms
article
jsharp
BindingNavigator control [Windows Forms]
data [Windows Forms], navigating
data navigation
18c1e2a5-9834-40d3-9b2e-2b545e4e769e
19
dotnet-bot
dotnetcontent
wpickett

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 xref:System.Data.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 xref:System.Data.DataSet.

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

Reference

xref:System.Windows.Forms.BindingNavigator
Provides reference documentation for the xref:System.Windows.Forms.BindingNavigator control.

xref:System.Windows.Forms.BindingSource
Provides reference documentation for the xref:System.Windows.Forms.BindingSource control.

Related Sections

Bind controls to data in Visual Studio