Ajax ASP.NET Tutorials - AJAXwith.com
25 Articles. Next Page
Google Suggest seems to be the topic du jour in the blogosphere. It is a cool feature but what I really enjoy is that it is yet another real world example of a chubby client.... Read Article.
Ajaxium 2.0 has been released. Ajaxium is a universal Ajax container for ASP.NET pages and controls. It s aim it to ajax-enable your existing ASP.NET application.... Read Article.
Scott Guthrie has written up a tip for Enabling Back Forward-Button Support for ASP.NET AJAX UpdatePanel.... Read Article.
The Ajax framework for C EmergeTK just released version 0.1.1. Highlights of this version include... Read Article.
James Newton-King has released a new library Json.NET that aims to provide JSON .NET API for simply and safely reading and writing valid JSON text. At the core of Json.NET similar to the .NET XML APIs are two classes JsonReader and JsonWriter. Also like XML in .NET Json.NET includes a JsonSerializer class.... Read Article.
Ben Joldersma has announced release 0.1 of the Emerge Toolkit an Ajax web framework targeting C and Dojo. The current release targets C 2.0 and Dojo 0.2.2 with plans to update to the latest Dojo 0.3 release by July. Browser support includes Firefox IE and Opera with partial Safari support.... Read Article.
The fundamental goal was to improve the state of the art in scripting. This goes way beyond the usual things that come to mind at first thought compile-time checking and intellisense or statement completion. I do think these are super-useful and would be valuable in and of themselves... Read Article.
The purpose of this article is to show how to use the free AutoSuggestBox control to add Google Suggest functionality to your ASP.NET application. There are plenty of articles available on the internet that explains how to do it but there is usually just a lot of theory and not much code that you can easily add to your application.... Read Article.
Asynchronous JavaScript and XML AJAX has recently become the craze thanks in no small part to Google s usage of it in Google Suggest as well as Google Maps . In ASP.NET terms AJAX allows server-side processing to occur without requiring postback thus enabling clients browsers with rich server-side capabilities. In other words it provides a framework... Read Article.
One of the most powerful features of ASP.NET AJAX is often times one of the most overlooked uses - consuming web services. Many ASP.NET developers are beginning to implement AJAX into their site by the use of the drop-in-place controls such as the UpdatePanel ModalPopup and Timer but this can be damaging as they take focus away from the deeper things... Read Article.
If you are looking to enhance your web application using AJAX to provide a more fluid user experience but you don t know where to start you might want to start here... using code-behind page methods right in your client script.... Read Article.
ASP.NET 2.0 brought a lot to the table with the Membership and Profiles API. Now with ASP.NET AJAX you can fully work with these right there in your client script. This article will show you how easy it is to make an edit your profile" page that doesn t even have a code-behind file. That s right no C no VB.NET just AJAX.... Read Article.
Previous articles have discussed how to use AJAX to consume web services call page methods and interact with the Profile API. This article will demonstrate how to perform membership functionality authentication with ASP.NET AJAX. Attached will be the full source including a sample database to keep the login information.... Read Article.
Globalization and localization are often overlooked features in ASP.NET. The fact that the names sound alike and the functionality is similar doesn t help either. ASP.NET AJAX has refreshed the face of these two beauties now by bringing them to the client-side world. We ll see what these two topics cover as well as how easy it is to utilize them in... Read Article.
ICallbackEventHandler is a very important indicator in an Ajax based program as it activates or more specifically chooses the control to be transformed into a target. This is a special trick since controls are the ones who can activate the changes in the program. But with ICallbackEventHandler it has been chosen to receive changes. That means the... Read Article
25 Articles. Next Page
Sponsored Links
