Q
QuocSI
Hi all,
I've wrote a Webservice which return a Dataset.
I have made an object on a client pc to acces this webservice.
The asynchhroned call to webservice fill correctly my dataset.
But when in my form, I wish to use this Dataset, I get error at runtime.
Datagrid1.datasource = MyObject.MyDataset
Do not provide error on compilation.
With an asynchroned call, does the system create a secondary thread.
The dataset seem not to be part of the principal thread.
So how can I bind then returned datas.
Thanks a lot for your help.
I've wrote a Webservice which return a Dataset.
I have made an object on a client pc to acces this webservice.
The asynchhroned call to webservice fill correctly my dataset.
But when in my form, I wish to use this Dataset, I get error at runtime.
Datagrid1.datasource = MyObject.MyDataset
Do not provide error on compilation.
With an asynchroned call, does the system create a secondary thread.
The dataset seem not to be part of the principal thread.
So how can I bind then returned datas.
Thanks a lot for your help.