I have a Radio Button as
<asp:RadioButton ID="R1" runat="server" Text = "AAAAAAAA" /> the text "AAAAAAAAA" comes in new line of the round circle(Radio Button Symbol) but i want it should come on its right side.
Can any body please to help me.
Thanks
Jignesh TrivediPosted Jun 7, 2012, 12:01 AM
Verified width of parent of Radio button.
Example:
If my divparent width is 50 px and my text of radio button is large then it is wraped in new line, the suggetion is increase width.
hope this will help you.
brunda kPosted Jun 6, 2012, 2:28 PM