GDocsOpen - Open, Edit and Save DOC and XLS files directly from Windows using Google Docs

YUIAsp.Net Button - Radio button

The button with radio behaviour is actually set up in a different class than Button. The class is RadioButtonList.

You can add RadioButtonItem to this class. Each item represents an option, and you can set the Text and Value properties.

You can get the checked item using the SelectedItem property of the RadioButtonItem or by iterating through every item and check the Checked property.

		<yui:RadioButtonItem ID="Button2" runat="server" 
        Text="OP 3" Value="op3"></yui:RadioButtonItem>