S
Steve B.
Hi,
I've build an application that use several threads in background.
These threads are managed by a manager object and store control data in a
dataset.
I've also bound the DataSet to a GridView control.
When I run the application, althought I "see" the gridview control to be
filled and updated byt the actual values filles from the background threads,
the application is blocked.
So my question is : Is the dataset thread safe ?
If not, and in a more general manner, are databounded controls thread safe ?
Thanks in advance,
Steve
I've build an application that use several threads in background.
These threads are managed by a manager object and store control data in a
dataset.
I've also bound the DataSet to a GridView control.
When I run the application, althought I "see" the gridview control to be
filled and updated byt the actual values filles from the background threads,
the application is blocked.
So my question is : Is the dataset thread safe ?
If not, and in a more general manner, are databounded controls thread safe ?
Thanks in advance,
Steve