Link to home
Start Free TrialLog in
Avatar of gianitoo
gianitoo

asked on

keep radiobutton in 1 line

i  have this code.   the radiobuttonlist automatically breaks instead of staying on the same line.  is there a way to keep the text and my radiobuttonlist all in 1 line?
Did you leverage any of your racing assets for promotional purposes? &nbsp; &nbsp;&nbsp;<asp:RadioButtonList ID="racingassetsleverage" runat="server" AutoPostBack="True"
                        RepeatDirection="Horizontal">
                          <asp:ListItem>Yes</asp:ListItem>
                          <asp:ListItem>No</asp:ListItem>
                        </asp:RadioButtonList>
Avatar of ullfindsmit
ullfindsmit
Flag of United States of America image

set the nowrap property to true
Avatar of gianitoo
gianitoo

ASKER

where do i find that property?
ASKER CERTIFIED SOLUTION
Avatar of TheNige
TheNige

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial