Michael's Blog
ASP.NET and Embedded Development
-
Caching of AJAX script files
I added the HTTP header value ETag to my scripts that they can be cached on the client. This will fasten up initial loading of the complete page if the scripts are not changed, what is the default on … more
-
Searching for Ajax.NET Professional beta testers...
Hi to all Ajax.NET developers, do you want to test the new Ajax.NET Professional library? Send an email or use the contact form here on the web site. Who will get a first beta version? … more
-
Sending a System.Data.DataSet to an Ajax.NET Professional method
I have added some small .NET object wrappers to the client-side JavaScript. As an example I have build a DataSet wrapper that you can use to submit a DataSet to the server using AJAX in the same way … more
-
Enums working with the new library
As enums are not working very good using my Ajax.NET library I have added a new implementation of handling enums. Each enum value will be returned as the integer value inside the enum. public enum … more
-
Ajax.NET Professional and how we can secure our calls
I had some requests asking if it would be possible to encrypt the JSON string without changing the common.js or any other file. Yes, you will be able to integrate your encryption algorithm. In the … more
-
Ajax.NET Professional Demonstation Site
I'm working on a first demonstration site for Ajax.NET Professional. Maybe you can help me to decide which examples you want to see: AutoComplete, Banners, HtmlUpdater, FormUpdater, ... Ajax.NET … more
-
Microsoft Atlas Framwork - was bringt uns AJAX?
Das Microsoft Atlas Framework wird erstmals zur PDC 05 in Los Angeles der Öffentlichkeit vorgestellt. Wer es nicht mehr zu einer Anmeldung geschafft hat, ist herzlichst eingeladen die VS2005 … more
-
Combine JavaScript, Ajax and WebControls
There are a lot of ways how to combine these three technologies: JavaScript, Ajax and WebControls. One problem is how a control can be rendered on the client-side JavaScript and on the server-side. … more
-
JavaScript and Namespaces (howto)
On one of my last blogs I wrote about the way using namespaces in JavaScript. Some developers asked me how to create namespaces in JavaScript. Following short example will have a registerNS … more
-
Google Talk is cool!
I have downloaded the new Google Talk IM Client, really cool! I love the new UI. You can reach me at my Gmail account michael.schwarz. For those of you do not have a Gmail account: https://www.google. … more