-
5 Aug 2009 7:35 AM #1
JsonWriter and contentType: "application/json; charset=utf-8",
JsonWriter and contentType: "application/json; charset=utf-8",
I am trying to call a .NET web service using a JsonWriter but i believe its blowing up as the content type is
where I need it to beCode:application/x-www-form-urlencoded; charset=UTF-8
My writer is set up like this with encode set to false but this does not do the trickCode:application/json; charset=utf-8
Can anyone give me a steer on how to change the content type
ThanksCode:var writer = new Ext.data.JsonWriter({ encode : false ,writeAllFields : false });Core extension - Coda Slider
ASP.NET examples - Ext JS and ASP.NET web services and methods examples
Blog - My blog


Reply With Quote