Ajaxium handles all default ASP.NET controls ...

Checkboxes below are updating the Label control.


Ajaxium helps you.

Even if your browser doesn't support AJAX at all, you're always able to press the and get the same result!

... and all Controls can interact

Next step is the controls interaction. Use RadioButtons below to change the selected item in the ListBox control,



and make sure that all changes made in the ListBox control cause radio buttons to reflect your choice.
As usual you can use the if Javascript is disabled or if the browser doesn't support AJAX properly.

A few more controls in action ...

This panel displays interaction among ComboBox, TextBox and LinkButton.

 Press This LinkButton to select the next item in the DropDownList below,

and see changes in the text box control immediately.

... and something really complicated at the end

You can rely on Ajaxium even in very complex cases. Select the date in the Calendar control and see your date selected in the Literal control.

SeptemberOctober 2008November
SunMonTueWedThuFriSat
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678
You haven't selected any day yet.

The Literal control used for text differs from the Label control. It can contain any HTML code you need. As a consequence, server-side-generated Literals may prove to be pretty hard and complex for AJAX-based rendering. Ajaxium eliminates all the complexity, so you are left with just a simple task of developing a server-side ASP.NET model.

Absolute control

Switching between Ajaxium and classic ASP.NET is possible even at runtime. It is possible to turn Ajaxium off for only specific sessions on both client and server sides. Switching back is performed automatically if a visitor's browser lacks Javascript or XmlHttp support.

To compare Ajaxium solution with traditional ASP.NET, please clear the checkbox below:

L AJAX ASP.NET loading indicator ADING