P
Philip Wagenaar
As far as I can tell it is not possible to make a
RadioButtonList with a textbox as an Item.
Ie.
1. Yes
2. No
3. Other [ ]
[ ] would be the textarea.
When I put the textarea in the list:
<asp:ListItem Value="6. Other">6. Other
<asp:TextBox id="Textbox7"
runat="server"></asp:TextBox></asp:ListItem>
The control cannot be created
RadioButtonList with a textbox as an Item.
Ie.
1. Yes
2. No
3. Other [ ]
[ ] would be the textarea.
When I put the textarea in the list:
<asp:ListItem Value="6. Other">6. Other
<asp:TextBox id="Textbox7"
runat="server"></asp:TextBox></asp:ListItem>
The control cannot be created