RE: Asynchronuous Call ...

From: TC (getmyemails2_at_yahoo.com)
Date: 05/06/04


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



Relevant Pages

  • RE: Asynchronuous Call ...
    ... Regards, ... Begin Call to asynchronous webservice ... Update Label1 with returned value.(or display return value on another ... On my webform this process does not work. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Use output of WSDL.exe
    ... I wrote a simple webservice, and i want to use this webservice on a ... On this machine i have .Net frameworks SDK installed. ... a simple webform which call's my webservice and display the ... With regards, ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: How to add click function to a dynamically created Button in WebForm application?
    ... > display the books (obtained from sql server) on a table in a WebForm. ... > At the end of each row, I would like to add "add to cart" button. ...
    (microsoft.public.inetserver.asp.general)
  • RE: VB.net
    ... AS far as I know in ASP.net, when the form is displayed in your browser, the ... server has already delete the instance of the Webform ... SO you have no more reference to the display webform. ...
    (microsoft.public.dotnet.general)
  • Re: How I can add,del records in an access database on a network
    ... I suspect you are talking about Dotnet and VBnet ... In a windowsapplication you can use webservice, ... When you want to use a webform you can also use the normal ASP or ASPX. ...
    (microsoft.public.dotnet.languages.vb)