Gaia Ajax: Multiple Update Controls
In the sample below you can click each word in the quote to
colorize that word. The ajax callback will take 1 second due
to a Sleep on the server and meanwhile the UpdateControl kicks
in for that particular control.
Click on any of the words in the quote below
The quick brown fox jumps over the lazy dog
Markup (ASPX/.aspx)
1:
2: <h2>Click on any of the words in the quote below</h2>
3: <gaia:Panel id="zPanel" runat="server"></gaia:Panel>
4: