AJAX Your Existing ASP.NET 2.0 App
Posted on 08. Nov, 2007 by The Gimcracker in Technology
The Intarwebs are scary. Especially when they gots AJAX on them. Cuz it’s hard to get them out.
There are so many elements that go into an ASP.NET 2.0 AJAX website: assemblies, controls, the script manager and whatnot. Don’t fret. I found a great reference for AJAX-enabling your existing ASP.NET 2.0 applications.
I’ve been developing a project for about a week and I just realized I hadn’t installed the AJAX extensions on my new computer. I thought about starting over, but that was before I did some research and found that the process of updating a non AJAX-enabled ASP.NET 2.0 website into a fully functioning AJAX-enabled website is not as hard as I thought.
This article explains the process step by step.
As always, I found the solution on the best website EVAR for solutions to technical questions such as web development. I don’t think they help you with your spelling though.
Kthxbai.