Purchase
Download
Samples Home
Download
<< back to ajaxwidgets.com
Start Here
Dynamic Ajax Image
Ajax GridView
Ajax TreeView
Ajax Menu
Ajax Resizable Chart
Ajax Visual Effects
Ajax FishEye
Ajax Shopping Cart
Ajax Live Scroll
Ajax Slider
Ajax Label
Ajax TextBox
Advanced Samples
Complex Ajax Controls Mixed
Ajax DataGrids and Windows - 100 ways to read Ajaxian.com
Ajax Windows (Pageflakes)
Ajax Viewport
Ajax WYSIWYG Rich Editor
Ajax Accordion
Ajax Calendar Application
Ajax Chat Client
Flexible Ajax DataGrid (Using Repeater)
Ajax Mashup I: Google Maps
Ajax Mashup II: Yahoo Search
Ajax Menu II
Create your own Logo
Ajax Mortgage Calculator
Ajax Window - Vista Skin
Ajax Wizard Control
More Samples
Beautiful Ajax with Gaia
Ajax AutoCompleter
Ajax TabControl
Ajax UpdateProgress Control with Gaia
Gaia Ajax Container Extension Control
Custom Ajax Controls (Extend Gaia)
Ajax Methods
Ajax Timer
Ajax Window
Ajax Window II (Advanced)
Ajax DateTimePicker
Ajax Buttons
Ajax CheckBoxes
Ajax CheckBoxList
Ajax DropDownList
Related Ajax DropDownLists
Ajax HiddenFields
Ajax Images
Ajax ImageButtons
Ajax InPlaceEdit
Ajax LinkButtons
Ajax ListBoxes
Ajax MultiView
Ajax Panel
Ajax Panel II (Advanced)
Ajax PlaceHolders
Ajax RadioButton
Ajax RadioButtonLists
Ajax Repeater
Ajax Widgets in Web User Controls
Update/Progress Control in Gaia
An Update or Progress Control is something that's only visible while the framework is going server-side to do some logic. (in a Gaia Callback)
You can set only ONE Update control for your page, but if you have set one Update control this control will be used every time an Ajax Callback is being issued.
In this example when you click the Ajax Button or in any other ways creates an Ajax Callback the Update Control will be made visible, and ONLY then. You can use ANY Gaia Control you wish to use as an Update Control, though probably the only ones that makes any sense is the Gaia Panel or the Gaia Window. It probably also doesn't make much sense to have a lot of "complex controls" inside your Update Control since the behaviour will be quite undefined if you add too much logic to your Update Control. We normally don't encourage users to have ANYTHING else than just a Label (or several) or some static text within the control. Perhaps if you'd like to be able to reuse the Update Control then you might consider using a UserControl or some of a sort.
Please wait while Ajax Request is in progress......
This label will be updated when you click the button, note that we've intentionally added up a 2 seconds DELAY on the server-side to be able to SEE the Update Control in 'action'
Item 1
Item 2
Item 3
Label updated when DropDownList goes server-side...!