Gaia Earth

Gaia Ajax RadioButtonList example

This is an example of the Gaia Ajax WebWidget RadioButtonList control, this control must have AutoPostBack in order to be able to trap event handlers for it on the server.
It uses an Ajax.Request instead of a postback to call the server if it's in "AutoPostBack world" and you've declared your SelectedIndexChanged event handler.
Other than that it should be roughly identically to a normal ASP.NET RadioButtonList control.