Reputation: 151
I have the following code<asp:RadioButton runat="server" Text="Male"></asp:RadioButton>
I want a gap between the radio button and the radio button text, I made the following changes in the text field(prefixed a space) Text=" Male"
. However, I don't feel this is the most efficient way. A better way out?
Upvotes: 0
Views: 5105