ASP.NET Ajax the way it should have been
Gaia Ajax is an Open Source Ajax Library for ASP.NET. It uses the ASP.NET WebControl model
which means most controls are 100% compatible with existing controls and you can leverage all of your existing knowledge.
Gaia is extremly efficient bandwidth-wise, much easier to use and your code will be a lot easier to maintain since it's
all in managed code. This has a lot of reasons but one of the most important ones is that you don't have
to use JavaScript at all to develop Gaia Ajax Applications.
What makes Gaia a good choice
- No need to develop in JavaScript. With Gaia you can develop your Ajax Applications 100% in server-side
code in either C# or VB.NET
- All business logic on the server which means that your applications will
be far more secure and easier to maintain
- Far more efficient on the bandwidth since we only do
partial rendering when absolutely necessary
- Gaia does not have a ScriptManager which often
complicates use of MasterPages and interacting with other systems like DotNetNuke, EPIServer and SharePoint
- You can leverage existing knowledge since we don't have "UpdatePanels" or "Trigger Collections"
and other things that complicates usage
- Works with all popular browsers
including Safari, Opera, FireFox, Chrome and Internet Explorer
- 100% XHTML compliant which means its
already scaled for the future
- Gaia is Open Source which means if you dislike a particular feature
you can fix it yourself
- Lots of other great features
These advantages leads to
- Faster development time which means less Time2Market for you
- High execution efficiency
- Low maintainence costs
- Create Rich User Interfaces
- Highly scalable
- Ajax that just works!
Download our latest version and put the fun back into systems development.
Controls used in sample
Gaia Accordion
Gaia DateTimePicker
Gaia DropDownList
Gaia ExtendedButton
Gaia ExtendedPanel
Gaia InPlaceEdit
Gaia Label
Gaia LinkButton
Gaia Panel
Gaia RadioButtonList
Gaia TabControl
Gaia TextBox
Gaia Window