dotnetmonitor.com

 
Index
Previous
Next

 

The BindingNavigator control represents a standardized way to navigate data on a form. When a BindingNavigator is connected to a BindingSource it can be used to navigate through the rows of the BindingSources (the rows of the BindingSources data source). By default, the BindingNavigator user interface is composed of a series of VCR-like buttons for common data-related actions, such as adding, deleting, and navigating data
Simple Binding
Complex Binding
Using Simple Binding with a List
Sample: Simple Binding to a List (VS 2005) (VS Project: DataBinding Intro)
Type Conversion
Formatting