November 2006 - Posts
Introduction Microsoft Ajax defines a component as a class that inherits from the base Sys.Component class. Components are able to raise events thanks to a pattern similar to the one in .NET framework. Let's see how we can expose an event with a single
Read More...
Not exactly, but we can achieve a similar result by using the parameter validation mechanism provided by Microsoft Ajax. Introduction The core library defines Function._validateParams(parameters, descriptors), that is a function responsible for validating
Read More...
This is an important change from beta1. In the new beta2 release, scripts added through the ScriptManager using ScriptReference controls are loaded asynchronously by a script loader (Sys.ScriptLoader). For this reason, every JavaScript file referenced
Read More...
You can download the bits here . The "value-add" package is now called "Futures" and it's available as a CTP download here . I'm courious to see the new ScriptResource handler in action. There is also a ScriptManager.SupportsPartialRendering
Read More...