April 2005 - Posts

4
Comments

Ajax.NET - static methods and AjaxRequireSessionState by Michael Schwarz

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.schwarz-interactive.de/ . Also, there is no need for an...
3
Comments

Ajax.NET - Visual Basic .NET example online by Michael Schwarz

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 future to help VB.NET developers. The VB.NET example is...
13
Comments

Ajax.NET - new version available (SessionState support!!!) by Michael Schwarz

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 converters installed like System.Data.DataSet/DataTable/DataRow...
11
Comments

Ajax.NET and GotDotNet workspace by Michael Schwarz

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 how to handle this. Also there is a problem with the...
4
Comments

Debug Internet Explorer Javascript by Michael Schwarz

Only one tip that I didn't know before: When you want to debug Javascript code you can start your debugger (Visual Studio .NET or Script Debugger), search for the correct iexplore.exe process, attach it and go on debugging. A very fast way is to write...
12
Comments

Ajax.NET Open Source available by Michael Schwarz

While getting more and more emails from developers asking for a open source project I will have a look around in the open source world to find a good license and place where to put the source code. First I have to talk to companies that are already using...
1
Comments

Gmail and forbidden extensions by Michael Schwarz

Some months ago I tried to send a ZIP file containing a EXE file which is forbidden to be sent on Gmail. Gmail is extracting the ZIP file and will not send the email until it is removed. Some users have renamed the ZIP file to something like dummy.dat...
12
Comments

Ajax.NET - new release with Usage Guide by Michael Schwarz

A new version is available free for download at http://ajax.schwarz-interactive.de/download/ajax.zip including a usage guide and a quick start. - security issue fixed - add DataRow - add StringCollection - add array return value (i.e. for System.String...
4
Comments

Download Ajax.NET Wrapper usage guide by Michael Schwarz

You can download a first usage guide for the Ajax.NET Wrapper DLL at http://ajax.schwarz-interactive.de/download/AjaxGuide.doc . Thanks Karl for writing this useful documentation!!! A quick guid is available as text file at http://ajax.schwarz-interactive...
18
Comments

Ajax.NET Wrapper with new features by Michael Schwarz

I have added this night some features for the Ajax.NET Wrapper DLL: - new utility to write needed script tags (Ajax.Utility.RegisterTypeForAjax(Type t)) - the common javascript will be added when one type is registered - Ajax.Utility.HandlerPath and Ajax...
More Posts Next page »