|
| How to get an value from another site asynchronously using web service? |
 |
Tue, 1 Apr 2008 10:27:09 +0000 |
Hi Friends,
I have a web service.In the web service i have a method called
UpdateList().
What i actually want is,go to the site(for example : www.test.com?id=10),
after going to that site get the value set in a textbox and return back to the
webservice.
All these works should be done at the background.we should not open a window
physically and get the value,instead all these should happen asynchronously.
Please Help.
Thanks in advance .
|
| Post Reply
|
| Re: How to get an value from another site asynchronously using web service? |
 |
Tue, 1 Apr 2008 12:46:42 +0000 |
Hi,
have a look at this tutorial.
http://asp.net/ajax/documentation/live/tutorials/ConsumingWebServicesWithAJAXTut
orial.aspx
|
| Post Reply
|
|
|
|
|
|
|
|
|
|