All About SharePoint is a blog about SharePoint, InfoPath and related technologies. It was started in 2005 and has good readership in many countries. It covers SharePoint 2003, 2007, 2010, 2013, 2016 and Office 365. You can read articles, tips, tutorials and news. It has code samples and complete applications as well.
Monday, December 18, 2006
Download ASP.NET AJAX 1.0 RC
Download ASP.NET AJAX 1.0 RC
Microsoft has released ASP.NET AJAX 1.0 RC (12-14-2006). You can download RC from the following location:
Just a note, since this is a SharePoint blog. The ASP.NET AJAX 1.0 RC is NOT currently supported in WSS3.0 or MOSS 2007. Microsoft has said that they will support some features when they release a Service pack SP1 for WSS, but don't hold your breath for this.
I tested the ASP.NET AJAX1.0 RC UpdatePanel class on a custom WebPart I made, and though it worked
fine in a normal ASP.NET environment, the moment I ported it to WSS3.0, I lost the AJAX functionality
altogether. Too bad!
In the meantime, developers would have to write their own AJAX support unfortunately.
So what if Microsoft doesn't support Ajax in WSS, that can not stop us from experimenting! :) Thanks for sharing your experience with us. <a href="Daniel' target=_new rel=nofollow>http://daniellarson.spaces.live.com/">DanielLarson</a> is working on an Ajax Toolkit for SharePoint and he has promised to write an article soon that will explain creating ajax enabled web parts.
Comments
RChakravarti said:
I tested the ASP.NET AJAX1.0 RC UpdatePanel class on a custom WebPart I made, and though it worked
fine in a normal ASP.NET environment, the moment I ported it to WSS3.0, I lost the AJAX functionality
altogether. Too bad!
In the meantime, developers would have to write their own AJAX support unfortunately.
ssa said:
So what if Microsoft doesn't support Ajax in WSS, that can not stop us from experimenting! :) Thanks for sharing your experience with us. <a href="Daniel' target=_new rel=nofollow>http://daniellarson.spaces.live.com/">Daniel Larson</a> is working on an Ajax Toolkit for SharePoint and he has promised to write an article soon that will explain creating ajax enabled web parts.
Regards,
SSA