By tag: Atlas
0
kicks
Direct Download Link to ASP.NET AJAX 1.0 RTM
Here's the direct link to ASP.NET 2.0 AJAX Extensions 1.0 RTM download.
0
kicks
Overview of ASP.NET AJAX 1.0 and Control Toolkit RTM
ScottGu outlines what's changed in the RTM release, what to do before installing and future plans for ASP.NET AJAX.
0
kicks
ASP.NET AJAX Version 1.0 Shipped Today!
ASP.NET AJAX is a free framework for quickly creating a new generation of more efficient, more interactive and highly-personalized Web experiences that work across all the most popular browsers.
0
kicks
Inheritance Example in MS Ajax
Create a base class, then 3 classes that inherit from that base class. Pass the class around, and call a method from the base. Highlights use of registerNamespace, registerClass, and registerEnum
0
kicks
Microsoft AJAX and Web Services
How to integrate the Microsoft ASP.NET 2.0 Beta2 AJAX Libraries with Web Services.
0
kicks
ATLAS: POST slower than GET
Atlas by default makes HTTP POST for all AJAX calls. Http POST is more expensive than Http GET. You should use GET whenever possible.
0
kicks
Quickly adding AJAX ASP.NET to an existing ASP.NET Web Application Pro
Here I've written about the steps involved in getting ASP.NET AJAX 1.0 beta working with an existing ASP.NET Web Application Project.
0
kicks
UpdatePanel Data Transfer and the client side page life cycle
This post shows the data transfer format used by the updatepanel as well as the client side page life cycle events beginRequest and endRequest.
0
kicks
ASP.NET Services with Atlas
A webcast about using Profiles, Authentication, and the ASP.NET Services in Atlas.
0
kicks
ASP.NET AJAX Beta 1 Released
Microsoft releases the latest version of their AJAX library, ASP.NET AJAX Beta 1. Lots of changes: name changes, smaller file sizes, refactored javascript files and much more. Includes Safari support!