Tuesday, August 2nd, 2005
Webservices and Ajax.NET
<p> A lot if happening in the .NET world wrt Ajax. The Ajax.NET framework has added the ability to get Ajax working against Webservices where the code can’t (or you don’t want it to…) be changed.<html> <head> <script language="text/javascript" src="demoservice.asmx?AJAX"></script> </head> <body> <script language="text/javascript"> var x = DemoService.ServerAdd(5, 6); alert(x.value); </script> </body> </html>
Related Content:











Leave a comment