How do you register a callback to codebehind that is called when the service call completes?
Posted
by jphenow
on Stack Overflow
See other posts from Stack Overflow
or by jphenow
Published on 2010-06-10T13:29:31Z
Indexed on
2010/06/10
13:32 UTC
Read the original article
Hit count: 235
I'm using a web service with an ASP page. I'd like to keep most of what is going on here happening on the service, but I need to call one function from the codebehind. How do I do this and keep it asynch.?
How do you register a callback to codebehind that is called when the service call completes?
Thanks!!
© Stack Overflow or respective owner