April 2006 - Posts

1
Comments

Download latest Ajax.NET Professional 6.4.28.1 by Michael Schwarz

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 missing getResponseHeader function for IFrame use. -...
Filed under: , , ,
2
Comments

Updated Ajax.NET Professional source code by Michael Schwarz

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 ideas or changes please visit the Google group at http...
1
Comments

App_Offline.htm and Ajax.NET Professional by Michael Schwarz

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 is placed in your web application you will get the...
Filed under: , , ,
19
Comments

Download new Ajax.NET Professional version 6.4.11.1 by Michael Schwarz

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 deserializer, int[] or string[] is working, now. Fixed ArrayList...
Filed under: , , ,
3
Comments

Removed Object.prototype.extend for third-party libraries by Michael Schwarz

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/download/6.4.5.2-beta.zip and if you have any feedback please...
Filed under: , , ,
1
Comments

Cookieless Session running with Ajax.NET Professional (ASP.NET 1.1, fix for 2.0) by Michael Schwarz

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 older version 1.1. Have a look on the new release version...
Filed under: , , ,
1
Comments

Ajax.NET Professional, enums and global onError/onLoading events by Michael Schwarz

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 Page_Load( object sender, EventArgs e) { AjaxPro. Utility...
Filed under: , , ,
7
Comments

Web Page Analyzer and overall traffic by Michael Schwarz

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 right side you will then see in the Performance Statistics...
Filed under: , , ,
8
Comments

Why is it hard to compare AJAX libraries? by Michael Schwarz

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 and found that there are a lot of other libraries that are...
Filed under: , , ,
3
Comments

Download latest Ajax.NET Professional 6.4.3.3 by Michael Schwarz

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 the http connection is not working. I will put an example...
Filed under: , , ,
More Posts Next page »