Michael's Blog
ASP.NET and Embedded Development
-
Ajax.NET and large arguments
On issue I never tested was the length of the request. Because browsers do not allow to use long URLs (I don't know the maximum lenght) you could get a script error on the client-side if the … more
-
Ajax.NET supports System.Drawing.Bitmap as return value
Some developers asked me if it is possible to return a image? Yes, it is working now. Version 5.5.12.2 is available online. I also updated the example web page. You will find a test for returning a … more
-
Ajax.NET Library version 5.5.10.1
I fixed the ArrayList and custom class problem. The C# example has been changed to make a test method for arrays (ArrayList, StringCollection, []). There is also a test for a custom class. (Note: … more
-
Ajax.NET - new version available (5.5.8.1)
Sorry for the delay on my current release, but the new version is available, now!! A nice new feature is to add a context to your callback. When you want to update several HTML elements (i.e. the … more
-
Delay on next Ajax.NET Release
Because I got more good ideas I didn't uploaded the next release, yet. I will do some more checking first, because I already implemented these nice cool features. On some Windows Mobile PCs the Ajax. … more
-
A new webserver for Ajax.NET
Today my domains are moved to a new server, more space, more ram, more power...! A new release of the Ajax.NET wrapper will be uploaded tomorrow morning. Here are some new features: Windows … more
-
Ajax.NET - static methods and AjaxRequireSessionState
The session state will be available only if you add the new Ajax.AjaxRequireSessionStateAttribute. The last release did add the session state for all methods. See the new examples at http://ajax. … more
-
Ajax.NET - Visual Basic .NET example online
Because a lot of developers are working with Visual Basic .NET I put the a new example online written in VB.NET. The example will be the same as the C# version. I will update both projects in the … more
-
Ajax.NET - new version available (SessionState support!!!)
There is a new version available of the free Ajax.NET Wrapper DLL. The main new features are: Support unicode chars in both directions Support your own object converters. There are already some … more
-
Ajax.NET and GotDotNet workspace
As I wrote in one of my last blog source code has been copied from the GotDotNet workspace and some files have been changed (removed Copyright,...). I have stopped the workspace because I am not sure … more