Calling webservices asynchronously using java script
-
Hi lam satish, Iam calling a web service which contains addition,subtraction, multiplication,division methods. so these things, i have to call asynchronously using java script, with out post to the server.so give me reply as early as possible. Thanks & Regards satish.
-
Hi lam satish, Iam calling a web service which contains addition,subtraction, multiplication,division methods. so these things, i have to call asynchronously using java script, with out post to the server.so give me reply as early as possible. Thanks & Regards satish.
Hi Satish, I'm sorry, but I can't seem to find an actual question in there. Perhaps you could try rephrasing to make it more clear what, exactly, you are asking? In the meantime, I'll assume that you are using the ASP.NET AJAX library and suggest that you head over to http://www.asp.net/ajax/documentation/live/[^] and scroll down to the Web Services section in the table. There are helpful write-ups on both how to expose web services to client script and how to invoke them. Hope that helps a bit.
--Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi
-
Hi lam satish, Iam calling a web service which contains addition,subtraction, multiplication,division methods. so these things, i have to call asynchronously using java script, with out post to the server.so give me reply as early as possible. Thanks & Regards satish.
The Prototype javascript framework[^] makes asychronous calls via javascript very easy. The documentation on their web site is quite good and you will also find plenty of examples with a quick search.
Declan Bright www.declanbright.com
-
Hi lam satish, Iam calling a web service which contains addition,subtraction, multiplication,division methods. so these things, i have to call asynchronously using java script, with out post to the server.so give me reply as early as possible. Thanks & Regards satish.