AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Building ASP.NET 3.5 AJAX Script Controls : Matthew Ellis

Sunday, January 04 2009

In this tutorial we’ll examine the concept of script controls, how they differ from extender controls and how we can build a base abstract class which implements client state and dynamic loading of embedded CSS files. In my previous article titled ASP.NET 3.5 AJAX Extender Controls we examined AJAX extender controls and how they can be used to extend the functionality of a standard ASP.NET control, however, there is another side to the coin, that is, custom controls with AJAX script functionality. Such controls do not extend the functionality of an existing control but rather represent an entirely new control, which also implements AJAX script functionally. Before we examine any code, we’ll briefly analyze the two control types and discuss in greater detail the differences, after which we’ll build a base script control class that can be inherited from when we wish to implement custom script controls....

Read More:
Building ASP.NET 3.5 AJAX Script Controls : Matthew Ellis
Also See:
Extending the ImageMap HTML Control with AJAX 1.0 Extensions : Bilal Haidar [MVP,MCT]
An Introduction to AJAX Techniques and Frameworks for ASP.NET : Rama Krishna Vavilala
Chatting with Atlas : Andrew Flick and Anthony Lombardo
Ajax, Atlas and Avalon – Part 3 : Mohammad Akif
Handling the back button from server code : Bertrand Le Roy

Post your comment

Comment