
This article goes over integrating AJAX into your website without using Atlas or controls that are already wired up for you. This is useful for environments where you can not use Atlas. It's also interesting if you'd like a lower level look at how asynchronous client server communication works and the issues involved. The techniques covered include embedding javascript in the web application's assembly, registering variables from C# codebehind, and using AJAX to communicate with C# server side code.
|