http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications
Ajax incorporates:
- standards-based presentation using XHTML and CSS;
- dynamic display and interaction using the Document Object Model;
- data interchange and manipulation using XML and XSLT;
- asynchronous data retrieval using XMLHttpRequest;
- and JavaScript binding everything together.
----------------------------------------------------------------------------------------
XMLHttpRequest is .ashx file we able to retrive data from database ?
XML in AJAX is perform automatically ?
what is the differenct with XmlHttpRequest and XML in AJAX