Main > Ajax and .NET - Page 3 of 5


September 13, 2006

KCallback.net Control, the most powerful, robust, callback control available in the market today for ASP.NET with AJAX support. Written in 100% managed C# code, KCallback.net provide callback functionality in your web applications. The KCallback.net control allows developers to AJAX-enable any...

April 30, 2006

TradeMe, a popular New Zealand's based trading website, have updated their service with a new AJAX Watchlist feature. Bidding on goods should be made easy, so why watching an item require to refresh the page ? It will be interesting...

April 14, 2006

Guy Peled pointed me today to Visual WebGui, a new approach for developing AJAX applications he created that lets you develop in WinForms like server side API to create a full AJAX enabled application. WebGui is not just another framework...

March 16, 2006

On the Ajax.NET Blog, Michael explore the new RowNumber feature in SQL Server 2005 to get only a page of rows that are displayed on the page. The Datagrid component will then have next and prev buttons to scroll through...

March 5, 2006

Daniel Zeiss have a very good comparaison of AJAX frameworks for ASP.NET, 11 framework compared including : ComfortASP.NET V0.47 (beta), MagicAJAX.NET V0.3.0, ZumiPage V2.10, ATLAS CTP January 2005, OutPost V1.2, FastPage V1.1.0, ComponentArt V3.0 Callback Control, Telerik r.a.d.callback 1.5.2, Dart...

February 14, 2006

MagicAjax.NET is a free open-source framework, designed to make it easier and more intuitive for developers to integrate AJAX technology into their web pages, without replacing the ASP.NET controls and/or writing tons of javascript code. The 0.3.0 release includes plenty...

November 11, 2005

telerik r.a.d.callback is a suite of AJAX-enabled UI controls, which allow you to update page content without postback and loss of scroll position. The short response time combined with the smooth interface transitions results in superior users experience and level...
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...
< prev page 1 2 3 4 5 next page >