Main > Ajax and .NET - Page 4 of 5


Michael Schwarz have finished today a more complex auto complete textbox you can use in you Ajax.NET Professional web application. The control can be added on the server like other HtmlControls: AjaxAutoComplete textBox1 = new AjaxAutoComplete(); textBox1.ID = "hans1"; placeHolder1.Controls.Add(textBox1);...

September 11, 2005

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 small example project written in C#. Michael added a notice about licensing and usage of the current source...

September 5, 2005

Dictionaries online are very common, but ObjectGraph Dictionary offer an AJAX interface ala Google suggest to consult words definitions. Gavi explained the concept of this dictionary and how he implement it using ASP.NET. Very useful specially when looking for a...

September 3, 2005

Michael have released a beta version of Ajax.NET Professional and setup a website for it. Michael invite everyone to test the new beta release, you can download it here. I have put a first beta of the new library that...

August 23, 2005

FireAnt is communications part of the AJAX framework shared by Hotmail, Start.com, MyMSN and MSN Spaces, Omar shahine posted on his blog the experience to deliver new architecture to Hotmail. They studyed different possibilities : 1. Modification of the current...

August 18, 2005

Jason Diamond have made another AJAX .NET library and there is already a Release 4. There is not yet a special page for the project, but you can always download the latest release from here In the latest release there...

August 17, 2005

Wallace B. McClure pointed to some good readings on AJAX, ADO.NET, and Distributed communications. creating a progress bar involving ADO.NET. Some performance aspects of various distributed app communication technologies. I was doing a lot with Ajax and ADO.NET PPT file...

August 15, 2005

Michael Schwarz published his internal slides about the key benefits of the Ajax.NET library. He pointed also to the ASP.NET Podcast Show #11: Intro to Ajax and the Ajax.NET Library. Click here (7 MB) to hear the full show....

August 13, 2005

ComfortASP.NET optimizes all ASP.NET page updates (Post Back's) by only transferring changes to the client. This dramatically reduces the required bandwidth besides keeping display of changes very fast. Further more the PostBack is done by using a hidden PostBack mechanism...

August 12, 2005

Ajax.NET Blog announced that the source code is available now for download via SVN. Documentation will be available later in the new wiki. You can use any SVN client to get the sources, If you don't have one get Tortoise...
< prev page 1 2 3 4 5 next page >