Difference between revisions of "Visual Basic and the DataGridView Control"

From Techotopia
Jump to: navigation, search
(New page: The Visual Basic ''DataGridView'' control provides a table in which rows and columns from a database table can be displayed and modified. In this chapter we will explore the steps necessar...)
(No difference)

Revision as of 18:56, 9 August 2007

The Visual Basic DataGridView control provides a table in which rows and columns from a database table can be displayed and modified. In this chapter we will explore the steps necessary to build a DataViewGrid into a Visual Basic application and connect it to a database table.

==