Click here to Skip to main content
16,012,153 members

Comments by krunalpanchalN (Top 24 by date)

krunalpanchalN 4-Aug-15 5:08am View    
Hi,

Thanks for the repsonse, if it is to be included in manifest file then it is already there, can you please help me where else should i put this ?
krunalpanchalN 3-May-14 7:55am View    
Hi,

It is 64 bit O.S
krunalpanchalN 21-Mar-14 11:57am View    
Tried same thing.. but doesnt shows any alert.. i mean alert(msg.d) doesnt gives any alert..
krunalpanchalN 21-Mar-14 11:39am View    
I am executing the webservice and it is showing me output as "Hello World"...but it is not getting the same at JSON...
krunalpanchalN 21-Mar-14 11:20am View    
I tried same thing...but still shows null

now my webmethod looks like :

public string HelloWorld() {
JavaScriptSerializer serializer = new JavaScriptSerializer();
string jsonData = serializer.Serialize("Hello World");
Context.Response.ContentType = "application/json; charset=utf-8";
//Context.Response.Write(jsonData);
return jsonData;
}

and the url in JSON looks like : http://localhost/SampleService/Service.asmx/HelloWorld

Still facing same problem..

Please help