
I'm experimenting with the .NET framework. As usual, my initial focus is on how to connect to work with data.
| Project Type | Control | Description |
|---|---|---|
| Windows | DataViewGrid | Displays data in a table |
| BindingSource | Binds data to a control | |
| BindingNavigator | Provides navigation to records | |
| ReportViewer | Displays a reporting services report | |
| Web | GridView | Displays data in a table |
| DataList | Displays data using a customizable format | |
| DetailsView | Displays a single row of data; often used with a GridView | |
| Formview | Displays a single record in a form | |
| Repeater | Displays data in a customizable list | |
| ReportViewer | Displays a reporting services report |