Michael's Blog
ASP.NET and Embedded Development
-
Ajax.NET Professional Starter Kit available (C#/Visual Basic .NET)
I got already a lot of feedback to build Starter Kits for Ajax.NET Professional. Today I started to create an environment where I can simple build C# and Visual Basic .NET example web pages. The … more
-
Download latest Ajax.NET Professional 6.5.4.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.5.4.1 (Discussion)- … more
-
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