by aherrick
5. July 2008 06:41
A while back I had the need to use AJAX in one of my web projects. After some searching, I gathered the files and code necessary to fully integrate AJAX functionality into my code.
If you have not already, download and install the AJAX Control Toolkit and ASP.NET AJAX Extensions. The AJAX Control Toolkit will give you access to a bunch of really cool AJAX controls and extensions to aide in development. Check out the Control Toolkit demo page here.
Once both are downloaded and installed, add the following references to your project.
Finally, add the following code to the appropriate sections of your web.config file.
ajaxbits.txt (3.20 kb)
Let me know how it turns out!