AJAX .NET Wrapper DLL Video

Michael Schwarz on Monday, April 11, 2005
Labels

Because I do not have time to write a documentation I added a small video that will show you how to use the AJAX .NET Wrapper DLL. First I will show the old way using postbacks to the Server. Two textboxes (username and password) will be verified on the server. If the username is not michael and the password is wrong I will show a error message. Please note that every click on the Login button will start a postback (server round trip).

I change the code and add some Javascript lines. Now, the browser will not refresh the page after clicking on Login. You have seen how easy it is to add the AJAX .NET Wrapper to existing code!!

The second sample in this video will show you how cool it is to return your own class. You will be able to use nearly the same syntax as you use it with C#. I am using the JSON (Javascript Object Notation) that will work in Firefox, Mozilla and Internet Explorer.

Download the video as a zip: http://ajax.schwarz-interactive.de/download/ajaxvideo.zip [1] View the video online: http://ajax.schwarz-interactive.de/download/ajax.wmv [2]