DotNet Tutorials

Server Intellect

ASP.NET AJAX Tutorials

Simple AJAX Search Suggestion Box in C#

Basic AJAX search suggestion box that can be modified to work with Arrays, Databases, or XML. C#.

AJAX, LINQ, and XML in ASP.NET 3.5 and C#

This tutorial will show you how to implement AJAX, LINQ and XML altogether to create a web application that can both read and save XML data. C# version.

AJAX working with DropDownLists using VB.NET

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 elements for presentation.

AJAX working with DropDownLists using ASP.NET 2.0 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 elements for presentation.

AJAX using ASP.NET 2.0 and VB

AJAX, short for Asynchronous JavaScript And XML, isn't a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive an asynchronous request/response to the server, and then leverages presentation technologies (JavaScript, DOM, HTML, and CSS) to process the response. Applications using AJAX are legitimate today, because most browsers support the necessary technology.

AJAX using ASP.NET 2.0 and C#

AJAX, short for Asynchronous JavaScript And XML, isn't a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive an asynchronous request/response to the server, and then leverages presentation technologies (JavaScript, DOM, HTML, and CSS) to process the response. Applications using AJAX are legitimate today, because most browsers support the necessary technology.

123 ASP

411 ASP

Dot Net Freaks

Server Intellect