Results 1 to 2 of 2

Thread: [2008] DataGridView Control Binding with Select

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    [2008] DataGridView Control Binding with Select

    When I run this:

    DG1.DataSource = dtU

    I get the result I expect.

    However when I run this:

    DG1.DataSource = dtU.Select("CaseNumber = 0")

    I get the right number of rows, but the following columns (non existent in the database):

    RowError - all rows blank
    RowState - all rows "Unchanged"
    Table - all rows blank
    HasError - all rows have an unchecked checkbox

    Is what I am trying to do possible? If so what am I doing wrong?
    Last edited by Muddy; Dec 12th, 2007 at 01:47 PM.

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