Jess Chadwick

Your Friendly Neighborhood Webinary

July 2008 - Posts

Using the ASP.NET AJAX Client Library without a ScriptManager
In the post just before this one, I talk a little bit about using the ASP.NET AJAX client library to help ease the pain of client-side development, but I don't actually mention or give any server-side examples or code snippets. Well, there's a good reason Read More...
Posted: 11 Jul 2008, 15:48 | 1 Comments
Filed under:
The ASP.NET AJAX Client Library: Keeping the Server-Side Paradigm Alive on the Client
I've been talking a lot lately about using the ASP.NET AJAX client library (which I'm going to refer to as AACL in this post) without the server-side controls, mostly in the context of ASP.NET MVC.  Now, I'm not necessarily recommending that you Read More...
Use ASP.NET MVC ActionFilters to Render AJAX Responses!
In my previous blog post on ASP.NET MVC , I walked through an example based on the MVC Preview 2 bits which showed how to make your own custom view engines and ActionFilters.  I also proved (or at least hope I proved) just how powerful these parts Read More...
Posted: 02 Jul 2008, 02:16 | 1 Comments
Filed under: