Posted By: sbc | Sep 28th, 2006 @ 4:51 AM
page 1 of 1
Comments: 0 | Views: 7966
sbc
sbc
GW R/Me
I add radio buttons to a page with the same group name:
<asp:RadioButton GroupName="Field_MyRadioGroup" Value="Foo" runat="server" />
<asp:RadioButton GroupName="Field_MyRadioGroup" Value="Bar" runat="server" />
<asp:RadioButton GroupName="Field_MyRadioGroup" Value="Baz" runat="server" />

How do I then get the value of the radio button that was selected?
page 1 of 1
Comments: 0 | Views: 7966
Microsoft Communities