Browse by Tags

Related Posts

  • Re: Iframe web service call

    Okay, before I start I should mention that I have never done this before, so a few tests would not hurt before you commit yourself to a course of action. Having said that, I would write ASHX that returns JavaScript (much like a JSON WebService). This ASHX would build pre-packaged functions based on the...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by kim3er on 04-30-2008, 12:00 AM
    Filed under: handler, Javascript, JSON, webservice, google
  • Re: Can ASP.NET web services return JSON object?

    For an AJAX call to a webservice, set the content type to "application/json" and include a .__type property and the WebService should deserialize appropriately. For instance: Public Class Person public firstName as String public lastName as String public Greeting as String End Class <ScriptService...
    Posted to Getting Started (Forum) by prutins on 01-17-2008, 12:00 AM
    Filed under: ajax, Webservice, json, .Net 2.0, JavaScriptSerializer
  • problem with returning from webservice to js

    This is probably a very basic question, yet I'm stuck on it for quite some time now. I have a serializable class that implements Arraylist, I only added a public/private (tried both) string attribute (_Success) and a public property to address that attribute. (Success) Now what i want to do is return...
    Posted to Client Side Web Development (Forum) by dr S.A.f. on 01-09-2008, 12:00 AM
    Filed under: Javascript & Ajax, webservice, JSON
Page 1 of 1 (3 items)