Archives
-
Awash in the myKB.com Ajax.NET Code
Scott Cate, a Microsoft MVP, has recently upgraded his popular myKB.com site to use Ajax.NET. In this video, he takes us both on a tour of his new code, and at the same time also a little tour of the … more
-
Using Ajax.NET to create a real time user interface
With any web application there will need to be requests made to the web server to get the latest versions of dynamic data. In an application like bttlxeMail Webmail every little action requires … more
-
Ajax.NET Professional - Google Group
Because I get a lot of questions several times I have decided to create a Google Group (http://groups.google.com/group/ajaxpro) to have something like a forum available for all Ajax.NET developers. … more
-
AJAX and back button
I had already some discussion about the back button problem with AJAX related applications. In some scenarios we need this behavior, not for every action. But what we should seperate: the back button … more
-
Ajax.NET Visual Studio .NET 2005 Installer
I put a small template installer on my web site at http://ajaxpro.schwarz-interactive.de/download/AjaxNetProfessional.vsi. This Visual Studio installer will add a web site project template for C# and … more
-
ASP.NET Spiced: AJAX (MSDN article about Ajax.NET)
From Karl Seguin: Learn how AJAX (Asynchronous JavaScript And XML) can be used to make your Microsoft ASP.NET applications more dynamic and responsive: IntroductionSince the start of Web programming, … more
-
Atlas Callback, Timeout and Error Handler
Because we are still missing some more docs about the Atlas Framework I have check the JavaScript files to give you a short overview over the use of how to write callbacks in the same way Ajax.NET … more
-
Atlas AutoComplete Feature (UPDATED)
Yesterday evening I build some example code for the AutoComplete feature in Atlas. What you need as first it the AtlasCore.js JavaScript which will give core functions to the page: <html> & … more
-
Atlas Framework Fiddler Plugin
I tried the new Fiddler inspector plugin and it is working for the Atlas response, too! Atlas is returning an JSON string back to the client-side JavaScript that can be displayed as a tree … more
-
Fiddler Inspector for Ajax.NET Professional
While here at the PDC 05 in Los Angeles I got the request to upload the Fiddler inspector for Ajax.NET Professional calls. Click here to download the latest Ajax.NET Professional library and the … more
-
Source Code of Ajax.NET Professional
As announced yesterday I put the latest source code of the Ajax.NET Professional Library online at http://ajaxpro.schwarz-interactive.de/, now. You can download the full source code including the … more
-
Ajax.NET Professional Update
I have updated the example web site with the latest beta version of Ajax.NET Professional. The current version has fixed some small bugs and added full date support including time zone. Sedisys … more
-
Microsoft Atlas Framework auf der ASP Konferenz
Die finale Version von Visual Studio 2005 und SQL Server 2005 kommt im November 2005. Bei der 12. ASP konferenz spielt die neue Version von ASP.NET 2.0 die zentrale Rolle. Neue Controls, 70 % weniger … more
-
Ajax.NET article on .NET Developer's Journal
Vishwas Lele: In the past few months, the design pattern of combining Asynchronous JavaScript and XML (AJAX) to develop highly interactive Web applications has been growing in popularity. High- … more
-
Second beta with caching, token, ... support
I have published the second beta for the Ajax.NET Professional library. Feel free to download the free library including the online example written in C#. more
-
Download new latest beta version for Ajax.NET Professional
I have added a very simple demo page that will show the features are currently in the downloadable beta version. See my new web site at http://ajaxpro.schwarz-interactive.de/. more
-
Ajax.NET Professional - everyone invited to test the beta
I have put a first beta of the new library that is rewritten to support objects as arguments (like submitting a complete DataSet from JavaScript code), export of enums to JavaScript, script wrappers … more
-
Implementing Ajax.NET-based Lookup Server Control
Michael Dubakov wrotes on his blog: AJAX is one of the most popular buzz words today. Idea is not new, but for some reasons it became popular during last half a year. With web-applications popularity … more
-
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