Results 1 to 2 of 2

Thread: First Database Application With VB.NET

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    Toronto, Canada
    Posts
    112

    First Database Application With VB.NET

    Greetings All.

    Attached is a copy of my sweet little Database that I am trying to make an application for. I want the Manifest Master and Manifest Detail tables to be in a drill down datagrid. I am not sure how to do this. I have looked for tutorials on creating master detail forms but none of them show how to do this on a single datagrid control. I am certain it can be done because I have seen it.

    Any suggestions.
    Attached Files Attached Files

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    This a part of an article in msdn that reads:

    To data-bind the DataGrid control to multiple tables in a dataset in the designer

    1-Set the control's DataSource property to the object containing the data items you want to bind to.
    2-If the dataset contains related tables (that is, if it contains a relation object), set the DataMember property to the name of the parent table.
    3-Write code to fill the dataset.

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