Results 1 to 13 of 13

Thread: DataGridView repeating extra row???

Threaded View

  1. #5

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: DataGridView repeating extra row???

    jmc,

    I'm not using a DataTable. As far as the DGV rowcount, it's 4 and the last row is empty. Also, after looking at the DGV after it's been populated, here is what the columns equate to. This is just sample data.

    Code:
                  Col 1         Col 2         Col 3                Col 4         Col 5
     Row 1    00001         ABC, Inc.    (123) 456-7890          45459         OH
     Row 2    00001         ABC, Inc.    (222) 333-4444          90210         CA
     Row 3    00005         Test Co.       empty                     empty       empty
     Row 4    empty           empty        empty                     empty       empty
    As far as using a BindingSource, how do I set the datasource when the SQL statement is using 3 different tables?
    Last edited by blakemckenna; Mar 2nd, 2010 at 11:10 PM.
    Blake

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