Day: April 29, 2009

Quickie | ‘Sys’ is undefined Solution

Today I was trying to call a web service from Java Script using the Sys.Net.WebServiceProxy.invoke function but the […]

Calling Web Service From Javascript

Hi my post explains how to call web service frm java script using AJAX. If the […]

Return Array From WebService

Here’s the simplest way to accomplish what you want. Have your webservice return a simple string array: […]