2. Drag and Drop Sortable Lists with JavaScript and CSS
Examples of dragging and dropping within a list. Demonstrations of how to enable a page to let people use the mouse to reorder lists and move things between them
6. Database-enabled Ajax with PHP
In this article you'll learn how to create database-enabled Ajax requests using PHP and MySQL. To cover this functionality you'll learn about the concepts from a high level overview rather than focusing on each and every line of code
10. Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 2)
In this article we will discuss editing the grid with the principal goal of doubleclicking on a grid cell to enable editing of that cell then edit the content of the cell and finally update server side data without refreshing the page.