Generate Random Names from Array using AJAX and VBScript

This tutorial shows how we can use AJAX and VBScript to dynamically generate a list of random names from a String Array without calling postback.

RadControls (fromerly Prometheus) for ASP.NET AJAX

RadControls is an extension of the ASP.NET AJAX Framework from Telerik.

No Spam Email Image Link using AJAX

Web crawlers gather email addresses from your website that they then use to SPAM you. Web crawlers do this by reading the raw HTML to see if there are any email tags like a "mailto:". With this method the email address isn't in the HTML so the web crawler can't capture it. An email address...

Using AJAX for Paging on a DataGrid Control

This script will show you how to use AJAX when paging using a DataGrid, instead of using PostBack.

ASP.NET 2.0 AJAX Extensions 1.0 Source Code

The ASP.NET AJAX Source Code provides the source code and debugging symbols for ASP.NET 2.0 AJAX Extensions 1.0 This download installs the source code and debugging symbols for ASP.NET AJAX Extensions for use in maintaining and debugging your applications. You can install the source code by itself or...

ASP.NET AJAX Extensions 1.0

ASP.NET AJAX Extensions 1.0 enables ASP.NET AJAX features in ASP.NET 2.0. It integrates client script libraries with the ASP.NET 2.0 server-based development framework.

Microsoft ASP.NET 2.0 AJAX Templates for VS 2008

If you are using Visual Studio 2008 or Visual Web Developer 2008 to create new Web sites and Web applications with ASP.NET 2.0 and ASP.NET AJAX Extensions 1.0 then install the ASP.NET 2.0 AJAX Templates for VS2008 below.

AJAX and DropDownLists using ASP.NET and C#

With the XMLHttpRequest object, Microsoft Internet Explorer clients can retrieve and submit XML data directly to a Web server without reloading the page. To convert XML data into renderable HTML content, use the client-side XML DOM or Extensible Stylesheet Language Transformations (XSLT) to compose HTML...

ASP.NET DropDownList using AJAX & VB

Here you can download a script in VB that uses AJAX with an ASP.NET DropDownList Control.