The obligatory 'My Ajax Tutorial' Post
By Chris Kasten2007-12-13
Summary
User loads up xmlhttp_client.asp and is presented with a single checkbox.
User clicks that checkbox, this firing the onChange event which calls...
... SubmitTest() so it lights up and makes the call to the server.
Server looks up the value in the database, flips the boolean and tosses it into an xml string and ...
... ProcessChangeRequest catches the xml and displays what just happened on/to the client.
Neat-o.
Tutorial Pages:
» AJAX Tutorial
» Summary
