Browse by Tags

All Tags » AJAX (RSS)

Asynchronous error handling change in ASP.NET AJAX 3.5 by davidbarkol

There is a subtle change in the .NET 3.5 release of the Microsoft Ajax Library that might catch some developers by surprise when handling asynchronous postback errors. The change can be found at the end of the endPostBack function of the PageRequestManager...
Filed under: ,

ASP.NET 3.5 Extensions History Control Tip by davidbarkol

Originally introduced in the ASP.NET Futures package, the history control in the ASP.NET 3.5 Extensions preview comes with a few nice additions. One of the updates is the ability to change the page title when adding a history point. This is important...
Filed under: ,

ASP.NET AJAX in Action - Finally! by davidbarkol

After a long but rewarding journey I'm happy to announce that our book, ASP.NET AJAX In Action , is finally out! Currently, the book is available in eBook format from the Manning web site. On August 24th (next week), the printed book will be available...
Filed under: , ,

ASP.NET AJAX Role Application Service – Visual Studio 2008 (Orcas) by davidbarkol

The first version ASP.NET AJAX gave us client-side support for two application services – profile and authentication . In Visual Studio 2008 (Orcas), an additional built-in service has been added: roles. If you’ve downloaded Eilon’s ASP.NET AJAX JavaScript...
Filed under: , ,

We're on .NET Rocks! by davidbarkol

A while back, Garbin , Rama and myself did an interview with the .NET Rocks guys. We were given an opportunity to talk about ASP.NET AJAX and our upcoming book. Today, the recording has been released on the site which you can find here . Both Carl and...
Filed under: ,

ASP.NET AJAX: Client-side event viewer by davidbarkol

Introduction Often times when an ASP.NET developer is first learning about the page lifecycle, he puts together a simple application that displays the raised events on the page. This widespread technique helps him understand the order in which the events...
Filed under: , ,

Ajax book: ASP.NET AJAX In Action by davidbarkol

Over the past few months I've had the pleasure of working closely with Alessandro 'Garbin' Gallo and Rama Krishna Vavilala on an Ajax book called ASP.NET AJAX In Action . Today, portions of the book become available through Mannings early...
Filed under: , ,

ASP.NET AJAX - Ajax Server Extensions sample by davidbarkol

In ASP.NET AJAX, the Ajax Server Extensions consists of a powerful set of server controls that simulate Ajax behavior on the client. In other words, these controls do not perform Ajax in its traditional sense (JavaScript calls to a server and dynamic...
Filed under: , ,
More Posts