Results 1 to 2 of 2

Thread: displaying a web page?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Toronto, Ontario, Canada
    Posts
    275

    displaying a web page?

    how do i display a database?

  2. #2
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    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
  •  



Click Here to Expand Forum to Full Width