문제

How can I have line break in text of a label in ASP.net. is there a way in HTML 5 to resolve this issue

도움이 되었습니까?

해결책

this can be achieved thru

<br />

<asp:Label ID="lblAdmin"  Visible='<%# IsAdmin %>' Font-Names="Time News Roman !important;"     runat="server" style="text-align: left"><br/>(Admin)</asp:Label>

it works perfectly as desired

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top