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 […]