C# Chapter 4
C# Chapter 4
Chapter 4
statement.
DataSet – memory representation of the database.
and a Database.
ADO.NET Components
DataGridView
The DataGridView control provides a powerful
and flexible way to display data in a tabular
format.
You can use the DataGridView control to show
read-only views of a small amount of data, or you
can scale it to show editable views of very large
sets of data.
DataGrid View
Creating a Database Application (GRUD
Operation)
CRUD stands for create, read, update, and delete.
These are the four basic functions of persistent
storage.
It can also describe user-interface conventions that
allow viewing, searching, and modifying
information through computer-based forms and
reports.
Simple GRUD Application with
DataGrid View
Simple CRUD Application with
Search Button
More Complex CRUD Application
Thank you