Archive for November, 2007

Making AJAX calls from a .NET web page - Part 2

Continuation of Part 1 
AJAX sample code - calling from a .NET page with C#
Now the good stuff.  How do we implement AJAX in our .NET pages?  The answer is surprisingly and pleasantly simple, as it turns out, and is not actually particular to any one scripting language, be it C#, php, perl or whatever.
The secret […]

Making AJAX calls from a .NET web page - Part 1

AJAX, (which stands for “Asynchronous JavaScript and XML”) is a really cool technology.  Although not a perfect solution, AJAX has solved some difficult problems related to creating a “rich” user experience in a web browser.  
With a traditional web page, the browser makes an http request to the server.  The web server delivers the HTML content to the […]