I used the Json.NET library to serialize C# objects to JSON. That part was extremely easy. On the client end, jQuery has good support for JSON, but I had to dynamically create HTML form fields (mostly radio buttons) from javascript. ...
Back in the browser, the JavaScript used to handle the Ajax response gets invoked and we replace the old content area with the new stuff. It would be great if we were done at this point, however, this strategy requires each link (and button click) to be converted into an Ajax request -- so we i...
Thu, Dec 10 | from Sun Bloggers