Filtering .NET 3.5 returned JSON with jQuery 16 July 2009 NovoGeek (0) In .NET 3.5, when a Web service class is decorated with “ScriptService” attribute, the web service returns data in JSON format [MSDN]. I have demonstrated this with a simple example in the article, Passing JSON objects in .NET 3.5. Let us consider that our “person” ... [More]
Customizing jQuery plugins for "d parameter" in .NET 3.5 JSON response. 30 June 2009 NovoGeek (2) I was trying to use jqGrid, an excellent jQuery based grid, for building a zero postback page. It's configuration is very simple, similar to flexigrid, but has many additional features like inline editing, subgrids etc. What jqGrid expects is a JSON response having few objects and arrays, ... [More]
Passing JSON objects in .NET 3.5 08 June 2009 NovoGeek (0) In my previous post, I have explained how to pass complex types using jQuery and JayRock in .NET 2.0 framework. I was digging a bit into Dave’s example (using complex types to make calling services less complex) in .NET 3.5 framework, to find how easier JSON serilaization/deserialization can b... [More]