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 an 'AJAX' ProgressBar in Atlas : Wilco Bauwer

Tuesday, December 09 2008

Get started with using the new Atlas library, and learn how to create a simple client-side Atlas progress bar, complete with source code. First of all, you will want to derive from the base Atlas control class, Web.UI.Control. It contains some plumbing for you, such as associating itself with an HTML element. Additionally, you should register your type to make it possible to instantiate it declaratively. In this case, we will register our type with the namespace 'script' and the tagname 'progressBar'. You should also register your class, so Atlas can do its thing, such as describing what the base type is, etc....

Read More:
Building an 'AJAX' ProgressBar in Atlas : Wilco Bauwer
Also See:
Dynamic AJAX Modal Popup control demonstration : Kelum W. Ganegoda
An Introduction to AJAX Techniques and Frameworks for ASP.NET : Rama Krishna Vavilala
Getting Started with AJAX 1.0 : Mahesh Chand
Tips and Tricks: ASP.NET AJAX 1.0 and User Controls : Bilal Haidar [MVP]
ASP.NET AJAX Repeater : Kazi Manzur Rashid

Post your comment

Comment