Archives
-
Download latest Ajax.NET Professional 6.4.28.1
Download the latest Ajax.NET Professional library and examples for free at http://www.ajaxpro.info/. Support and feedback welcome at the Google group. The latest changes: Version 6.4.28.1 - Fixed … more
-
Updated Ajax.NET Professional source code
To let others check changes made to the current release of Ajax.NET Professional I have updated the source code that is available at http://www.ajaxpro.info/. If you find any bug or have other great … more
-
App_Offline.htm and Ajax.NET Professional
I read the nice article about the App_Offline.htm on Scotts blog. If you are using Ajax.NET Professional you can simply check in the callback function if there is any error. While the App_Offline.htm … more
-
Download new Ajax.NET Professional version 6.4.11.1
Changes done for version 6.4.11.1: (beta) Added support of IHttpAsyncHandler to remove http request from pool while long-running methods are invoked. Use [AjaxMethod(true)]. Fixed array … more
-
Removed Object.prototype.extend for third-party libraries
I have published a new beta versiont that will get rich of the Object.prototype.extend that is in conflict with several third-party libraries. Download the beta at http://schwarz-interactive.de/ … more
-
Cookieless Session running with Ajax.NET Professional (ASP.NET 1.1, fix for 2.0)
The problem why cookieless sessions are not working in ASP.NET 2.0 is very easy, there is a change how it works internal. I have already fixed the code that it will work with ASP.NET 2.0 as with the … more
-
Ajax.NET Professional, enums and global onError/onLoading events
The version 6.4.4.1 has fixed the missing enum support, now. To register an enum for client-side JavaScript code you have to add following code (the old AjaxEnum attribute is not needed): public void … more
-
Web Page Analyzer and overall traffic
I the last weeks I used Fiddler to see what is sent over the lines on initial start of a web site and during the web application is running. You can simply mark more than on request line. On the … more
-
Why is it hard to compare AJAX libraries?
Months ago I started several chats with a lot of AJAX developers, some are using my Ajax.NET Professional library, others are working directly with the XMLHTTPRequest object. I had a look around … more
-
Download latest Ajax.NET Professional 6.4.3.3
Hey, I did another release today to fix the missing Decimal support. Now, I convert it to an Decimal value, should be ok for use in JavaScript. Another thing I added is to fire an OnError event if … more
-
How to use a different file extension for Ajax.NET Professional
As a result of my last blogs, if you want to use a different file extension for the Ajax.NET Professional JavaScript wrappers you can simply use ASPX or any other file extension. You only have to … more
-
Download latest Ajax.NET Professional 6.4.3.2
Feel free to download the latest assemblies for the .NET Framework 1.1 and 2.0 (ajaxpro.2.dll) from my web site. The example project download still includes the old version, don't forget to replace … more
-
Missing .ASHX Mapping will stop Ajax.NET running
Some web server hoster have removed the default .ASHX file extension mapping. Ajax.NET Professional (and the older library) will work using this mapping. Please ask your hosting company to add this … more