B
bjornvdneut
Hello,
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem Text="test"></asp:ListItem>
<asp:ListItem Text="boe"></asp:ListItem>
</asp:RadioButtonList>
How do I get the radiobuttton's after the textbox? It keeps getting
below it?
Thanks
Bjorn
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem Text="test"></asp:ListItem>
<asp:ListItem Text="boe"></asp:ListItem>
</asp:RadioButtonList>
How do I get the radiobuttton's after the textbox? It keeps getting
below it?
Thanks
Bjorn