Home
Articles
About Us
Rss Feeds
Article Topics
All Articles
General AJAX
ASP.NET AJAX
Google Web Toolkit
AJAX Using Java
AJAX Using PHP
Dojo
AJAX ASP.NET AJAX Articles
Handling Complex DataTypes using ASP.NET AJAX
Work with complex data types using a web service.
Dealing with Long Running Processes in ASP.NET
Long processes can cause browser request time-out issues, deal with these using IAsyncResult and ICallbackEventHandler.
Update Multiple Page Elements Using The XMLHTTPRequest Object and JavaScript
A fully wored example with source code for how to update multiple page elements from a single request to the server.
Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 2)
In the second part of this article the AJAX enabled grid is made editable.
Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 1)
Use ICallbackEventHandler to Ajaxify a GridView control. Part 1 shows how to create the AJAX enabled grid and to peform sorting and paging operations.
Using ICALLBACKEventHandler in ASP.NET
A fully worked example on implementing the ICALLBACK EventHandler.
Introducing Asynchronous Java Script and XML (Ajax) in ASP.NET
Introducing AJAX and how it is incorporated into ASP.NET