开发者

working with threads on pageload

开发者 https://www.devze.com 2023-02-11 05:01 出处:网络
When my asp.net page loads, it needs开发者_运维技巧 to get data from 2 webservices. I want to make the data retrieval processes work concurently. How can I do this and update Label1 with the text resu

When my asp.net page loads, it needs开发者_运维技巧 to get data from 2 webservices. I want to make the data retrieval processes work concurently. How can I do this and update Label1 with the text result from WS1 and label2 with the result from WS2? I don't know how the code should look like in order to be able to update the controls on the page.


This post should be helpful

0

精彩评论

暂无评论...
验证码 换一张
取 消