October 2005 - Posts

2
Comments

Sample chat app using .NET 2.0 by Michael Schwarz

You can download the changed chat demo application at the Ajax.NET Professional Google group . This is using an internal version of the library that will not have the memory bug.
8
Comments

Chat today about Ajax.NET Professional by Michael Schwarz

I got some requests on having chat sessions from time to time. Because we didn't searched for a good chat application we are using http://treehouse.ofb.net/chat/ ?lang=en for a first chat test today: Tuesday, 11th October at 19:00 UTC time (use timeanddate...
3
Comments

RSA for JavaScript by Michael Schwarz

I found a nice implementation for RSA on JavaScript maybe used in a ICryptProvider for Ajax.NET Professional to secure the data is sent from the client-side JavaScript to the server and back. For more details see: http://www.ohdave.com/rsa/
2
Comments

Ajax.NET/Atlas Client Debugging by Michael Schwarz

I read the blog from Rob Chartier and want to show you a feature that is available in Ajax.NET and Atlas. Both libraries are adding debug methods to the client-side JavaScript code. Ajax.NET Professional: (see online example at http://ajaxpro.schwarz...
6
Comments

Ajax.NET and System.Web.Caching.Cache by Michael Schwarz

Today I found an article about caching using Ajax.NET. In the article the author said that the Cache object is not working with Ajax.NET. I have done a small example to show how to use the Cache object in AJAX methods. The ZIP file is a ASP.NET 2.0 project...
0
Comments

Pre-build to fix prototype problem with third party controls by Michael Schwarz

I have uploaded a new pre-build 5.10.6.1 of Ajax.NET Professional that will fix several bugs. - arrays of own objects - prototype removed JavaScript code (third party bugs!) - added toJSON implementation for own JavaScript objects - added NameValueCollection...
1
Comments

Inline code usage and Ajax.NET by Michael Schwarz

I got some requests on how to use inline code with Ajax.NET. Here is a small demo that will get the server time: <%@ Page language="c#" Inherits="System.Web.UI.Page" ClassName=" WebForm6 " %> <script runat="server" language="C#"> private void...
0
Comments

Initial AJAX JavaScript objects by Michael Schwarz

In some scenarios you will call an AJAX method direct after the window.onload event. The window.onload event will start an asyncronous method and wait for the response. As you can imagine the call will need some milliseconds to get the data back from...
More Posts « Previous page