AJAX Made Easy - Learn AJAX

AJAX Categories

 

Latest AJAX Articles

 AJAX Home ASPNET

  
24 Articles.    Next Page   

Published on Sun, 29 Jun 2008 07:28:05 -0400    Read: 128 times
The latest version of ASP.Net is regarded as one of the best framework for Ajax today. Its ability to integrated different functions is almost second to none giving developers more functions to work with for better customization. There are also independent applications that could be integrated to the ASP.Net giving developers even more ... Read Article
Filed in: ASPNET


Published on Fri, 13 Jun 2008 04:55:19 -0400    Read: 301 times
ASP.Net has gained a lot of support lately especially when the version 3.5 was released because ASP.Net has finally integrated support for an Ajax based development. Different developers who are already familiar with ASP.Net could easily expand in building Ajax based application with this update. The ControlPanel has its own set of developer ... Read Article
Filed in: ASPNET


Published on Mon, 02 Jun 2008 20:42:24 -0400    Read: 217 times
DiscountASP.NET offers the best value in ASP.NET hosting. As a Microsoft Gold Certified Partner, we focus all of our resources in providing the most affordable, reliable, fast, cutting-edge, and feature-rich advanced Microsoft ASP.NET web hosting. Features include: ASP.NET, AJAX, Silverlight, FREE ASP.NET Components, MS SQL with Free SQL toos, ...   Read Article.
Filed in: ASPNET


Published on Sat, 26 Apr 2008 01:25:22 -0400    Read: 342 times
The Work Around in Content Loading for Faster Performance It is always a challenge for developers to establish an application wherein all functions should be able to execute not just well but fast. This is even more challenging for Ajax based developers since as an RIA, it has to provide optimum user experience and the only way to do that is to ... Read Article
Filed in: ASPNET


Published on Wed, 23 Apr 2008 05:51:08 -0400    Read: 503 times
Developers using ASP.Net could easily establish and Ajax based application through two functions in ASP.Net. Developers could either go for the ASP.Net Timer wherein the update is made automatically. The information is feed to the user without the need for use actions. On the other hand, UpdatePanel allows developers to set appropriate ... Read Article
Filed in: ASPNET


Published on Sat, 19 Apr 2008 23:24:29 -0400    Read: 223 times
ASP.Net is one of the most powerful frameworks used by developers to create a highly interactive website. Building an Ajax based website is very easy with the use of this framework as it offers a control toolkit for Ajax. With little to no knowledge of JavaScript, developers can easily build an Ajax based website and application. This control ... Read Article
Filed in: ASPNET


Published on Mon, 07 Apr 2008 07:01:17 -0400    Read: 695 times
One of the struggles of web developers is the limited browser behavior. Once the page loads and starts to show its content with the client, communication to the server stops. If the server is not loading continuously, no new information is available unless new information is requested by the user. However, this triggers not only new ... Read Article
Filed in: ASPNET


Published on Tue, 29 Jan 2008 06:35:47 -0500    Read: 789 times
ASP.NET AJAX is usually used to build complicated web applications. One of the challenges in building web applications using ASP.NET AJAX is the possibility of using very long process. We can always go ahead with that process however; the results are usually not good. Whenever a long process is used, the client sidersquo;s ability to read the ... Read Article
Filed in: ASPNET


Published on Wed, 16 Jan 2008 06:51:48 -0500    Read: 709 times
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 ...    Read Article
Filed in: ASPNET


Published on Tue, 03 Jul 2007 22:24:56 -0400    Read: 5490 times
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 ...   Read Article.
Filed in: ASPNET


Published on Mon, 25 Jun 2007 19:39:10 -0400    Read: 5026 times
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 ...   Read Article.
Filed in: ASPNET


Published on Sat, 09 Jun 2007 16:31:58 -0400    Read: 4154 times
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 quot;edit your profilequot; page that doesn't even have a code-behind file. That's right, no C#, no ...   Read Article.
Filed in: ASPNET


Published on Fri, 08 Jun 2007 23:49:54 -0400    Read: 7352 times
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 ...   Read Article.
Filed in: ASPNET


Published on Tue, 05 Jun 2007 22:37:26 -0400    Read: 4331 times
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 ...   Read Article.
Filed in: ASPNET


Published on Tue, 09 Jan 2007 21:55:41 -0500    Read: 8427 times
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 ...   Read Article.
Filed in: ASPNET


Published on Sat, 21 Oct 2006 21:46:57 -0400    Read: 8147 times
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 ...   Read Article.
Filed in: ASPNET


Published on Mon, 09 Oct 2006 20:25:46 -0400    Read: 3225 times
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 ...   Read Article.
Filed in: ASPNET


Published on Mon, 09 Oct 2006 20:25:09 -0400    Read: 3954 times
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 ...   Read Article.
Filed in: ASPNET


Published on Mon, 09 Oct 2006 20:24:26 -0400    Read: 3496 times
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 ...   Read Article.
Filed in: ASPNET


Published on Mon, 09 Oct 2006 20:23:51 -0400    Read: 2361 times
The Ajax framework for C# EmergeTK just released version 0.1.1. Highlights of this version ...   Read Article.
Filed in: ASPNET


24 Articles.    Next Page   

Daily Email Updates

AJAX Updates delivered directly to your Inbox...

Enter your email address:

Latest AJAXwith Updates
 

Popular AJAX Articles