|
-
June 23rd, 2010, 01:35 AM
#1
Rowerror
If I use a DataTable
DataGrid1.DataSource = DataSet1.Tables(0)
it displays all rows and column from the table.
If I use a DataRowArray
DataGrid1.DataSource = DataSet1.Tables(0).Select()
it displays only 2 colums RowError and HasErrors
the rowcount is the rowcount from the table but RowError is in all rows
blank and HasErrors is in all rows "False"
Why does it not display the same output?
Thanks
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
|