Welcome to AspAdvice Sign in | Join | Help

Alessandro Gallo

.NET & Beyond

November 2006 - Posts

MS AJAX: A helper for creating component events
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...
Strongly typed collections with JavaScript and Microsoft Ajax?
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...
Loading custom JavaScript files through the ScriptManager
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...
MS AJAX 1.0 beta2 is out
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...