This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site.
- Part 12.0: Working with Databases
- Part 12.1: Database Terminology
- Part 12.2: Databinding and the DataGridView
- Part 12.3: Databinding Individual Controls
Objective:
Learn about databinding individual controls
Topics:
- Introduction
- Adding a database
- Adding a BindingSource
- Binding textboxes
- Navigating
- Updating