All Tutorials 
>Ajax and .NET Ajax and .NET RSS XML
Ajax and ColdFusion Ajax and ColdFusion RSS XML
Ajax and Java Ajax and Java RSS XML
Ajax and PHP Ajax and PHP RSS XML
Ajax and SOA Ajax and SOA RSS XML
Ajax Goodies Ajax Goodies RSS XML
Ajax Tool Ajax Tool RSS XML
Facebook MockAjax Facebook MockAjax RSS XML
Google Web Toolkit Google Web Toolkit RSS XML
JavaScript Framework JavaScript Framework RSS XML
Ruby on Rails Ruby on Rails RSS XML
Technique Introduction Technique Introduction RSS XML
Without XMLHttpRequest Without XMLHttpRequest RSS XML
Yahoo! UI Yahoo! UI RSS XML

Ajax and .NET. Atlas, ASP.NET, Web Services and others -

 
Registered tutorials: 501
Registered Users: 26635



Ajax and .NET

              
Rank Title - Description
1. 

Implementing AJAX in ASP.NET

AJAX relies on a broker to dispatch and process requests to and from the server. For this task, the .NET wrapper relies on the client-side XmlHttpRequest object. The XmlHttpRequest object is well supported by most browsers, making it the solutio...
2. 

AJAX and JSP Primer

shows how to add Ajax functionality on JSP page. A customer search example is used to demonstrate the concept
3. 

Build Google IG like Ajax Start Page in 7 days using ASP.NET Ajax and .NET 3.0

Omar Al Zabir,co-founder and CTO of www.pageflakes.com, shows how to build a start page similar to Google IG in 7 nights using ASP.Net Ajax, .NET 3.0, Linq, DLinq and XLinq.
4. 

Uploading files using asp.net ajax extensions

The tutorial shows the extension to Ajax.net that allows to upload file without refreshing the whole page
5. 

ASP.NET Ajax: Creating Pretty Popups

Shows how to create and use Popup modal window developed with ASP.NET
6. 

CSS Dropdown Menus Using ASP.net AJAX

Basically, under IE 7, the menus would work until I did "something" on the page. "Something" included anything from triggering an UpdatePanel to simply highlighting text on the page...
7. 

Displaying Extended Details in a GridView Using an Ajax Pop-Up (Part 1)

The tutorial shows how to create GridView with Ajax Pop-Up that displays the details for selected row. The document is written in a step-by-step manner and cover all steps including data base configuration
8. 

how to enable server-side history management in an ASP.NET Ajax application

This screencast shows how to enable server-side history management (in other words, handling the back button) in an ASP.NET Ajax application.
9. 

How To Create a Simple Ajax CMS System with ASP.NET Ajax

The article gives a detailed tutorial on how to create a simple CMS system using ASP.NET Ajax and PageMethods
10. 

An Ajax “Hello World” project to get you going

The tutorial makes simple introduction to Ajax using ASP.NET
11. 

Master AJAX Pop-Ups Using the HoverMenuExtender Control

This article shows you how you can create pop-ups in your ASP.NET application using the ASP.NET AJAX framework and the ASP.NET AJAX Control toolkit. In particular, you will learn how to use the HoverMenuExtender control to make good use of pop-ups
12. 

How To Create a Side Scrolling Page Effect - Part I - ASP.NET Ajax

This tutorials shows how to create a slide show in your ASP.NET AJAX application. You can click on an arrow and the content slides to the left or right.
13. 

DHTML ToolTips using AJAX.NET Library

The article shows how you can use the power of DHTML and AJAX to make cool effects with ASP.NET Server Controls. Also, it is accompanied with source code at the end which you can download and see what is going on behind the scenes.
14. 

AJAX WAS Here - Part 3 : Auto Complete TextBox

n Part 3, we are going to put all that knowledge to good use and create a custom ASP.NET control using everything we’ve learned so far. That control, as you may have guessed, is the Auto Complete TextBox
15. 

How to create a Calendar application using Gaia Ajax Widgets

This is an introductory tutorial teaching Gaia in use for creating a minimalistic Calendar application. Demonstrates dynamically created controls, PlaceHolder, Gaia Ajax Window and much more.
16. 

JavaScript with ASP.NET 2.0 Pages - Part 1

This article explores the enhancements and the various ways of injecting JavaScript programmatically into ASP.NET 2.0 pages
17. 

Under the hood with ASP.NET AJAX Animations - Part 4 (How ASP.NET AJAX Animations work)

In this post, I'm going to end my discussion on Animations in ASP.NET AJAX by showing you how they work, internally. At the end of this post you should not only know how Animations work, but also how ExtenderControl's work in general.
18. 

Simple Asp.Net + Ajax example

A short introduction to Ajax. Shows simple example how to organize the Ajax behaviour in the ASP.NET application
19. 

Anatomy of a Well Designed AJAX Login Experience

This article discusses in details how to organize cross-browser login functionality using Ajax
20. 

ASP.NET Ajax Extender for multi-column widget drag & drop

The tutorial shows how to use a multi-column drag and drop for widgets that allows reordering of widgets on the same column and also drag and drop between column
21. 

Globalization And Localization In ASP.NET AJAX

Globalization and localization are often overlooked features in ASP.NET. 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 with ASP.NET AJAX.
22. 

Microsoft Atlas Drag and Drop Tutorial

This tutorial is intended to help readers understand how certain aspects of Microsoft's new Atlas technology works. Atlas is intended to simplify the development of AJAX-style functionality
23. 

UpdatePanel: having fun with errors

This tutorial show how to handle the AsyncPostBackError event generated by the ScriptManager control in order to customize the error message returned from the server
24. 

Skinning a Gaia Ajax Window (or PWC Window for that matter)

This tutorial shows how to skin a Gaia Ajax Window but will also mostly be accurate for the PWC Window (also known as the Prototype Window Class)
25. 

Under the hood with ASP.NET AJAX Animations - Part 2

By the end of this article you should be able to look at a block of Animation XML and understand what it's doing and you should be able to write a block of Animation XML without needing to lookback on a sample block of code
26. 

Using Timer Control to Enable Partial-Page Updates

This tutorial demonstrates how to perform an asynchronous postback and an update of the UpdatePanel at a timed interval using the Timer control
27. 

Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 1)

This article details the development of an AJAX-enabled grid using ICallbackEventHandler, with operations which include sorting, paging and page length change.
28. 

Customizing Partial-Page Rendering with Client Scripting

This tutorial shows how to coorinate the PageRequestManager class in the Microsoft AJAX Library with the server ScriptManager
29. 

Comparison of AJAX frameworks for ASP.NET

In this article author provides a comparison of 8 major Ajax.NET frameworks including, ComfortASP.NET, MagicAJAX.NET, ZumiPage, ATLAS,OutPost, FastPage, Telerik r.a.d., ajax, Anthem Panel. The article is not new one. However, the info is very valuable.
30. 

Introduction to the MagicAjax.NET - The Magic Ajax Engine for .NET

This article is about to show how to use MagixAjax.Net as plug and play component in ASP.NET Applications. Which saves time and improve the performance of your web applications.
31. 

Gaia Ajax Widgets, Spartacus Release a preview [Video]

The Video basically demonstrates roughly 10 different ways to read content from Ajaxian. It shows usage of the Gaia Ajax TreeView, Gaia Ajax Window, Gaia Ajax Accordion, Gaia Ajax TabControl and so on
32. 

Call a WebService with Atlas

The tutorial shows you a very simple example where I will from a Web Form call a Web Service without reloading the page.
33. 

Under the hood with ASP.NET AJAX Animations - Part 1

The article makes a overview how to use animation in ASP.NET AJAX applications
34. 

Creating an Extended Draggable Ajax Panel Tutorial

A small tutorial about creating a Draggable Ajax Panel through extending a Gaia Ajax Widgets panel. C# code and some JavaScript.
35. 

Your first Ajax tutorial [Gaia]

This is an introduction to Gaia Ajax framework. The article shows how to create the sample you see at Ajax Mortgage Calculator Example.
36. 

USING AJAX.NET Library

This article shosw how you can take a step further and make asynchronous calls using the AJAX.NET library which easily merge with the .NET framework.
37. 

Dragging and dropping with ASP.NET 2.0 and Atlas

This tutorial is intended to help readers understand how certain aspects of Microsoft's new Atlas technology works. Atlas is intended to simplify the development of AJAX-style functionality
38. 

JavaScript serialization in ASP.NET AJAX Part 2

The article shows how to do something practical with JSON data in ASP.NET AJAX.
39. 

Hello Atlas

An article describing how to write a Hello World program using Atlas.
40. 

Atlas Example

There's more or less two ways of going about using "Atlas" to power your website, either you build your own custom extender, or you could go with the really easy way - use the UpdatePanel. For now, let's just go with the UpdatePanel approach...
41. 

Creating an AJAX-Enabled Grid using ICallbackEventHandler (Part 2)

In this article we will discuss editing the grid with the principal goal of doubleclicking on a grid cell to enable editing of that cell then edit the content of the cell and finally update server side data without refreshing the page.
42. 

Enhancing Existing Applications with ASP.NET AJAX Extensions

This tutorial shows you how Microsoft ASP.NET 2.0 AJAX Extensions enable you to improve your Web application's user experience by creating AJAX-style interactive Web user interfaces. With you can enable partial-page updates for Web pages
43. 

How To: Call a Web Service from JavaScript

This tutorial explains how to use Microsoft ASP.NET 2.0 AJAX Extensions to call a Web service from the browser
44. 

Cool UI Templating Technique to use with ASP.NET AJAX for non-UpdatePanel scenarios

Author experiments with alternative ways to use the server to easily generate HTML UI that can be dynamically injected into a page using AJAX. He created pretty useful library that can be used with both ASP.NET AJAX and other AJAX libraries
45. 

Microsofts CardSpace: Part 1 Getting started

The article is part one in a series of articles designed to get you up and running with Microsoft's CardSpace technology. This part deals with the setup of a high assurance certificate to give you an environment where a CardSpace application can be hosted
46. 

Adding Client Capabilities to a Web Server Control by Using ASP.NET AJAX Extensions

This tutorial shows you how to create an ASP.NET Web server control that uses features of Microsoft ASP.NET 2.0 AJAX Extensions for expanded functionality in the browser
47. 

DOM events in the Microsoft AJAX Library

This article discusses about browser incompatibility issues and demonstrates the specific of the DOM events in the Microsoft AJAX Library
48. 

ASP.NET AJAX under the hood secrets

This article shows some advance level ideas that I learned while building Pageflakes
49. 

Call Page WebMethod from a Winforms Client using AJAX

The article shows how to use the small and beauty JSON format for data transfer in a windows mobile application.
50. 

Cutting Edge: AJAX Application Architecture, Part 1

AJAX applications are challenging because they introduce brand-new concepts and a new foundation. The role of the architect is essential because the AJAX paradigm straddles both the client and the server environments.
51. 

Ajax Construction Kit: Creating Responsive GUIs with Real-Time Validation

This sample chapter digs into real-time validation and explores when and where it makes sense to inject such functionality into your own applications.
52. 

Atlas Tutorial: Creating an AJAX Scribble application

A tutorial on creating an AJAX version of the popular MFC sample. The tutorial utilizes ASP.NET Atlas framework.
53. 

Troubleshooting Partial Rendering Errors in ATLAS and ASP.NET 2.0

This article trys to help you troubleshoot a series of common errors when you implement the ICallbackEventHandler and IPostBackEventHandler interfaces.
54. 

AJAX Was Here - Part 1: Client Side Framework

Very good article on leveraging AJAX technology in an ASP.NET environment
55. 

How To: Call a Web Service from JavaScript using Server Types

This topic explains how to use Microsoft ASP.NET 2.0 AJAX Extensions to call a Web service from the browser using types defined on the server. For instance, you may have to manipulate a customer information class defined by the Web service
56. 

AJAX Was Here - Part 2: ASP.NET Integration

The goal of this article is to provide something easy for the server side (ASP.NET) developer to integrate into their code (preferably without a lot of fancy or proprietary workarounds)
57. 

V. ASP.Net Ajax Imperative Dropzones

To create dropzones using JavaScript instead of declarative script, just add the following JavaScript function to initialize your dropzone element with the custom dropzone...
58. 

Xml-script tutorial Part 1 by Alessandro Gallo

This first part of tutorial introduces type descriptors and learns how to read them
59. 

Xml-script tutorial Part 2 by Alessandro Gallo

In this second part shows how to declaratively handle events raised by client side controls
60. 

Xml-script tutorial Part 3 by Alessandro Gallo

This third part speaks about the InvokeMethod action, which allows calling a method declaratively.
61. 

Microsoft's CardSpace: Part 2 - Creating and using your first identity card

This article is part two in a series of articles designed to get you up and running with Microsoft's CardSpace technology. This part deals with the setup of a simple application that enabled users to select and submit identity cards.
62. 

Xml-script tutorial Part 4 by Alessandro Gallo

In this article we'll see how to build custom actions to handle events declaratively
63. 

Extending DOM elements Prototypes

In this example-oriented tutorial, Juriy Zaytsev discusses how to use Element.addMethods method of Prototype to extend DOM elements with custom methods
64. 

Creating a more accurate JSON .NET Serializer

In this blog article, author shows the code that extends the JavaScriptSerializer to use the XML attributes to serialize my objects and give me greater control over how they were written in to JSON text form.

Script Execution Time: 1.60038 | SQL Queries: 11 | Members: 501
Ajax Tutorial Top List - Powered by Aardvark Topsites PHP 5.1.2