Author: iki_81 | Posted on: 9/26/2008 4:03:32 AM | Views : 790

Hi!

 I have a updatepanel with is triggered by an button in my seachengine.
When a user searching my btn_Click method calls two different methods in a webservice.

The first method is quite fast but the second one takes about 20 sec.

Is it possible to show the first result in my updatepanel after the first get something return from the first webservice-method, and then add the result from the second webservice-method after that is finished?

Im trying to do updatepanel.update() after the first method but the updatepanel doesnt show any results until the second method is finished aswell.

Anyone have a clue?
Thanks
...

Go to the complete details ...