AJAX Calculator
To show the ease of Ajax in a slightly more complex Form, we take our Calculator Example
with Validation from before... and we only change one word.
We change the Server call to a Ajax call, and now, we've
created an Ajax-based calculator. Note that even things like validation messages, etc.,
will appear via Ajax and without a page refresh.