|
-
Sep 22nd, 2002, 08:00 AM
#1
Thread Starter
Hyperactive Member
displaying a web page?
how do i display a database?
-
Sep 22nd, 2002, 08:03 AM
#2
Fanatic Member
You probably want to read up on the DataGrid control:
ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfSystemWindowsFormsDataGridClassTopic.htm
While you can show the contents of a database's tables with other controls, if you are working with multiple columns then the DataGrid is a lot easier to get started with than the others (other controls aren't very "smart" about how they display database table contents).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|