ASP.NET Weblogs is the #4 Blogger for Ajax
You can ajaxify all controls that normally work with postbacks. Defines visually and codeless (in Visual Studio design-time) which elements should initiate AJAX requests and which elements should be updated No need to modify your application logic Allows you to update a number of page...
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