By Brian Dukes on
2/26/2007 1:50 PM
Since the 1.0 release of ASP.NET AJAX Extensions, we've been making use of the new functionality offered us through AJAX, both from the core extensions and through the AjaxControlToolkit. However, we've run into a road block a number of times when we're tried to use the new UpdatePanel control to add some AJAX responsiveness into our web pages. In short, we hadn't ever gotten it to work.
Recently, some clients were pressing us for some functionality that required UpdatePanels (or diving much deeper than we liked into JavaScript), so after another failed attempt at partial rendering, I handed the project over to a colleague to see if he might have any better luck. Fortunately, he was able to search out the information we needed. I had seen Jon Henning's blog post about integrating UpdatePanels into DNN, but it was rather old, so I didn't...
Read More »