1. Home
  2. Computing & Technology
  3. Visual Basic

Chapter 20 - Data Presentation Using the DataGrid Control

By , About.com Guide

2 of 10

Why Is DataGrid So Important?

Services

Server Explorer

One of the reasons that the DataGrid control deserves a chapter by itself is that it is probably the single most useful way to give the users of your application access to data that is in a database. The very fact that "tables" - actually the same thing as a grid or a spreadsheet - have turned out to be the most useful way to organize data in a database makes a "grid" the most useful way to present that same data again. (Back in the sixties, a hierarchy - the same way files or VB.NET Solutions are organized - was the leading way to organize databases and IBM's IMS database was the leading product. But when "relational databases" took over, all that changed.)

Programming with DataGrid also the best way to 'harden in' the information presented about databases in the previous chapter with real examples and more industry information. Since most of this lesson is based on extending the information that is in chapter 20, please read the chapter and, most important: program the examples before reading the rest of this lesson.

Explore Visual Basic
By Category
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Visual Basic
  4. Learn VB.NET
  5. Data Presentation Using the DataGrid Control

©2009 About.com, a part of The New York Times Company.

All rights reserved.