|
-
Dec 12th, 2007, 12:17 PM
#1
Thread Starter
PowerPoster
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|