Project DescriptionA free ASP.NET AJAX control library that has also been submitted to be included within the AJAX Control Toolkit.
Current Controls
The following is a list of the controls currently available. Some of the controls depend on the AJAX Control Toolkit for ASP.NET 3.5 (
Version 3.0.20229).
Prompt Control
The prompt control builds upon the ASP.NET AJAX framework and derives from the “ScriptControl” server-side class and the “Sys.UI.Control” client-side class. The prompt control also utilizes extender controls with client-side behaviors. The prompt control replaces the traditional JavaScript alerts() and confirm() dialogs and mimics the functionality typically exposed in a Windows Form MessageBox.
For a complete tutorial on the prompt control visit my blog @
http://www.afteredge.com/post/Prompt-Control-for-ASPNET-AJAX.aspx.
UpdatePanel Extender
The UpdatePanelExtender control builds upon the ASP.NET AJAX framework and derives from the "ExtenderControl" server-side class and the "Sys.UI.Behavior" client-side class. The control includes an easy to use client-side API to trigger UpdatePanel postsbacks from JavaScript and also includes client and server side events to wire-up event handlers during the UpdatePanel postback lifecycle.
For a complete tutorial on the UpdatePanelExtender control visit my blog @
http://www.afteredge.com/post/UpdatePanel-Extender-for-ASPNET-AJAX.aspx.
More controls are come. Feel free to contact me with any questions.
Blog: Wallace's Blog