Don't know why the controls not given the default properties right?
How can I make the below given checkbox stay in a single line. It shows the checkbox on the first line and the text in the next.
<tr>
<td>
<asp:CheckBox ID="cbYes" runat="server" Text="Yes"> </asp:CheckBox>
</td>
</tr>


Reply With Quote


Bookmarks