Click to See Complete Forum and Search --> : XMLhttp


Sinu
May 1st, 2001, 04:48 AM
Hi,
I have a problem in XMLHTTP. I make a server call that is synchronous. I need to
make it Asynchronous. This can be accomplished by setting the async property to
TRUE.

The real problem is when the call is being made to the server, i need to carry on
other processes. I am not able to do it and the application hangs. Once the call
is completed, it releases itself from the hang stage. I need to refresh a
controls value . When a call is being made to the server, i could not do any
other processes. This can be accomplished only when the call is Asynchronous.

All i need to know is whether there is any event that is being raised by Visual
Basic. This can be handled in any scripting languages, but i need to handle that
in Visual basic.

Can anyone help me in this regard,

bye
S.S Sinu

umapathy
May 1st, 2001, 11:22 AM
Hi,
To solve this problem,u have to write ur own event in the server side object.That should get invoked automatically,when u r completing or terminating the process

Umapathy