Friday, June 10, 2005

AJAX.Net

Hearing all the latest hype on AJAX, I had to see what it was all about. Well, it turns out it is nothing more than using the XmlHttpRequest object to do some server-side processing from client-side javascript without having to post-back to the server. I've been doing some of that for a while now, but nothing very complicated.

Today, googling for something completely different, I stumble across AJAX.Net, and I have a completely renewed interest in XmlHttpRequest. This guy has implemented the interface that I have always wanted, but never felt compelled enough to write on my own. Suffice to say there'll be more written here on this topic!

No comments: