Contents tagged with ASP.NET AJAX Preview 5
-
ASP.NET Ajax Preview 5 and Application Services
Recently there was an issue posted to the ASP.NET customer forums where somebody was having problems using Profile Services with ASP.NET Ajax Preview 5. The reason is that the scripts for Application Services have been moved to a separate script file (to improve script download size). We did not include the script in the Preview 5 release however, so if you want to use Preview 5 with Application Services features, you need to work around by taking the Sys.Services code and merging it into the Preview 5 MicrosoftAjax.js file. For your convenience and at Dave Reed’s suggestion, I’ve gone ahead and done this, so if you are targeting this scenario, use the new versions of MicrosoftAjax.js and MicrosoftAjax.debug.js that are included in the zip file attached to this post.
-
ASP.NET Ajax Preview 5 and UpdatePanel
Many of you have probably heard that we’ve released ASP.NET Ajax Preview 5 on Codeplex, and it’s available here. Aside from all the cool updates to the codebase, Preview 5 also includes some updated samples, as well as support for UpdatePanel when using ASP.NET 3.5 SP1.