July 2011
Intermediate to advanced
850 pages
18h 24m
English
Ajax (often referred to as AJAX) is shorthand for Asynchronous JavaScript and XML. As we'll see, the XML part isn't as significant as it used to be, but the asynchronous part is what makes Ajax useful; it is a model for requesting data from the server in the background, without having to reload the web page. We saw a specialized example of Ajax when we looked at performing remote validation in Chapter 18, but it is a general technique that we can apply more widely.
The MVC Framework contains support for unobtrusive Ajax. This is similar to the unobtrusive client-side validation covered in Chapter 18, in that it doesn't involve inserting extra blocks of JavaScript code at arbitrary points in ...
Read now
Unlock full access