Class wwWebRadioButtonList
Provides a list of radio buttons that act as a single control value. Making a selection on this control causes the SelectedValue property to be set.
<ww:wwWebRadioButtonList ID="Colors" runat="server" BackColor="#FFFF80"
Width="558px">
<asp:ListItem value="Red" Enabled="False">Red Item</asp:ListItem>
<asp:ListItem Value="Green">Green Entry</asp:ListItem>
<asp:ListItem Value="Brown">Brown Entry</asp:ListItem>
</ww:wwWebRadioButtonList>
wwWebControl
wwWebListControl
wwWebRadioButtonList
Class Members
Member | Description | |
---|---|---|
![]() |
SelectedValue | Holds the selected value of this control. The value is set on Postback for reading. If you need to set the selected value for the control use SelectedValue only with databound results. For manual…
o.SelectedValue
|
![]() |
RepeatDirection | Determines the direction of the radio buttons - Vertical or Horizontal . Vertical buttons are rendered as a table - horizontal buttons are rendered as elements one after the other using standard… |
Assembly: webcontrols.prg