RE: Asynchronuous Call ...
From: TC (getmyemails2_at_yahoo.com)
Date: 05/06/04
- Next message: Steven Cheng[MSFT]: "Re: Reload Page Command"
- Previous message: Mervin Williams: "Setting Textbox in DataGrid"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 6 May 2004 00:28:50 -0400
Hey Djindo,
I am having the same problem as you had.
Did you ever get an answer to this?
Regards,
TC
Hi,
have been trying to make asynchronous call to webservices from an asp.net
page and display different messages between the BeginMethod() and
EndMethod().
For example:
- Begin Call to asynchronous webservice
- Display message in Label1 "Please wait..."
- Get Call Back from webservice
- Get the return value from End Method
- Update Label1 with returned value.(or display return value on another
label);
On my webform this process does not work.
However I have tried the samething in a webform or a console application and
it works perfectly. Does any one know how I could make this work in a
webform ????
thanks in advance,
Djindo
- Next message: Steven Cheng[MSFT]: "Re: Reload Page Command"
- Previous message: Mervin Williams: "Setting Textbox in DataGrid"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|