Lesson 12 - DataGridView in C# .NET Windows Forms
In the previous lesson, Finishing the Clock in C# .NET Windows Forms, we programmed a clock using graphics.
This C# .NET WinForms course is coming to its finale and you also know quite a
bit. In today's tutorial, we're going to look at the interesting
DataGridView
control.
DataGridView
From its name, it's obvious the DataGridView
is used to display
table data. Let's make a simple example showing a list of people using the
DataGridView
. We'll display those people from a list. In reality,
they would be displayed e.g. from a database, but the approaches described below
would work the same.
Form Design
Create a new project named DataGridView
and put a
DataGridView
and a Button
into the form. Set the name
of the DataGridView
to peopleDataGridView
and expand
it
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll learn to use the DataGridView table in form applications in C# .NET. We'll learn to define custom columns and select items.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.