I’ve a button and a textbox inside a cell table. How do I do the styling so that both controls are positionned at the opposite. For now, the button stick to the textbox. I want them to be to the 2 extrems of the table cell.
<td style= "width:300px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Text="Button" />
</td>
Try this: