Display data to users by dragging items from the Data Sources Window [ http://msdn.microsoft.com/en-us/library/6ckyxa83(VS.80).aspx ] onto Windows Forms, or by selecting a new or existing data source from the smart tag on certain controls, such as the DataGridView [ http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview(VS.80).aspx ] and ComboBox [ http://msdn.microsoft.com/en-us/library/system.windows.forms.combobox(VS.80).aspx ] . The following topics describe the processes and tasks related to presenting data to users in data-bound controls on Windows Forms.
In This Section
Reference
- BindingSource [ http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingsource(VS.80).aspx ]
-
A BindingSource object provides methods for accessing an underlying data source.
- BindingNavigator [ http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingnavigator(VS.80).aspx ]
-
The BindingNavigator control represents a standardized way to navigate and manipulate data on a form.
- DataGridView
-
The DataGridView control provides a customizable table for displaying data.
- ADO.NET [ http://msdn.microsoft.com/en-us/library/e80y5yhx(VS.80).aspx ]
-
Describes the ADO.NET classes, which expose data-access services to the .NET programmer.
- System.Data [ http://msdn.microsoft.com/en-us/library/system.data(VS.80).aspx ]
-
Describes the ADO.NET classes, which expose data-access services to the .NET programmer.
- System.Transactions [ http://msdn.microsoft.com/en-us/library/system.transactions(VS.80).aspx ]
-
The System.Transactions namespace contains classes that allow you to write your own transactional application and resource manager.
Related Sections