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
- AJAX
- ASP.NET Beginner Tutorials
- ASP.NET Tutorials
- Database
- File System
- Graphics
- Miscellaneous
- Network
- Resources
- Validation
- XML
Recent Posts
- Make Your ASP.NET Mobile Forms Timer-Refresh and Autoredirect : Peter Bromberg
You can't use javascript in Mobile Forms, and they won't render the META Refresh tag either. Here's a - Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
In this article I introduce the missing core features I didn't tackle before. They require a little more - Developing Gadgets For The Windows Vista Sidebar : Scott Allen
Windows Vista introduced the Sidebar – an anchored panel on the Windows desktop that can host mini-applications - .NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML. The aim of this article is to share with you - Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
This article describes on how you can implement the functionality of saving changes on close of the browser
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....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

