I have the following web service;
[WebMethod] public string HelloWorld() { return \"Hello World\"; }
It\'s stock st
i solve it by using dataType='jsonp' at the place of dataType='json'