Hi,
i've created a new dataTable in my dataSet. It works fine, I can see the data with the dataGrid.
Now, I will read some rows of this table.
I use a foreach- statement:
foreach(DataRow dr_devise in dataSet.t_test.Rows)
{
...
}
But however nothing happens.
Is this table not recognized?
What can I do?
Thanks, Stephanie
i've created a new dataTable in my dataSet. It works fine, I can see the data with the dataGrid.
Now, I will read some rows of this table.
I use a foreach- statement:
foreach(DataRow dr_devise in dataSet.t_test.Rows)
{
...
}
But however nothing happens.
Is this table not recognized?
What can I do?
Thanks, Stephanie