Answer: We have
<BR/> tag which is used for giving Line Breaks in-between controls.It's just like \r\n in windows application.
For Example:-
<asp:button id = "btn1" runat = "server" text = "Button1"/>
<br/>
<asp:button id = "btn2" runat = "server" text = "Button2"/>
<br/>
<p>
Hello World
</p>
Asked In: Many Interviews |
Alert Moderator