.NET news » Search results
Search results for query "ajax" (53):
Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Part 1
Online Article: Using the Ajax.NET Framework
Microsoft ASP.NET AJAX: Using the UpdatePanel
Ajax Chat Sample via Comet Ajax
Using the Ajax.NET Framework
Master AJAX Pop-Ups Using the HoverMenuExtender Control
See search results as you type - An ASP.NET Ajax Control
Accessing Server-Side Data from Client Script: Using WCF Services with jQuery and the ASP.NET Ajax Library
Today's websites commonly exchange information between the browser and the web server using Ajax techniques - the browser executes JavaScript code typically in response to the page loading or some user action. This JavaScript makes an asynchronous HTTP request to the server. which then processes the request and, perhaps, returns data that the browser can then seamlessly integrate into the web page. Two earlier articles - Accessing JSON Data From an ASP.NET Page Using jQuery and Using Ajax Web Services, Script References, and jQuery, looked at using both jQuery and the ASP.NET Ajax Library on the browser to initiate an Ajax request and both ASP.NET pages and Ajax Web Services as the entities on the web server responsible for servicing such Ajax requests.
This article continues our examination of techniques for implementing lightweight Ajax scenarios in an ASP.NET website. Specifically, it examines how to use the Windows Communication Foundation, or WCF, to serve data from the web server and how to use both the ASP.NET Ajax Library and jQuery to consume such services from the client-side.
Building Interactive User Interfaces with Microsoft ASP.NET AJAX: A Look at JSON Serialization
This article provides an overview of JSONs rules and illustrates how it is used in AJAX-enabled web applications. Well also look at using the Microsoft ASP.NET AJAX framework's JavaScriptSerializer class, which facilitates serializing and deserializing JSON-formatted messages on the client in JavaScript or in C# or Visual Basic code on the server.
Jigsaw Puzzle Game using Ajax Drag and Drop
This tutorial is intended to explains quickly how to implement Drag and Drop using ASP.NET 2.0 AJAX Futures November CTP.
To explain this technology I've created a simple project with a custom Ajax control that implement a Jigsaw Puzzle Game.


Syndicate