Gaia Ajax Effects Example

This is our Ajax Effect Samples. With Gaia you can create Ajax Effects propagate back to the client easily with one line of C# from the server. You can attach effects to either DOM elements or to any WebControl. Some of the effects are pretty "advanced" and have event handlers able to trap on the server like for instance the "dragged" event handler of the AspectDraggable while others are pure "visual clues" like Effect.Highlight and so on. Here's a little sample of what you easily can achieve in Gaia without having to use anything else than pure C# or VB.NET.


AspectDraggable - This panel is made draggable through using one line of code on the server.
AspectResizable - This panel is made resizable through using one line of code on the server.

 

Controls used in sample

Gaia Button
Gaia Panel

Runs on ASP.NET Valid XHTML 1.0!