There are many versions of AJAX, ATLAS is Microsoft's version.
"Atlas is Microsoft's codename for a set of extensions to ASP.NET for implementing Ajax functionality."
- Learn more:
http://en.wikipedia.org/wiki/ATLAS_%28programming%29
"AJAX, shorthand for Asynchronous JavaScript and XML, is a Web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user makes a change. This is meant to increase the web page's interactivity, speed, and usability."
- Learn more:
http://en.wikipedia.org/wiki/AJAX
Drag-and-drop is possible for datagrids and most other components. See the following article: Dragging and dropping with ASP.NET 2.0 and Atlas:
http://www.codeproject.com/Ajax/AtlasDragNDrop.asp
- Adam Kahtava [
http://adam.kahtava.com]