Answer: We can use
<BR> tag to set any texts or controls in new line in Asp.Net application.
For Example:
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</br>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
Asked In: Many Interviews |
Alert Moderator