我需要一些有关正确语法的帮助才能通过 asp.net inline 执行替换
<asp:Label ID="Label4" runat="server" Text='<%# Replace( Environment.NewLine, "<br />") Bind("stTxt") %>'></asp:Label>
只需要一个快速简单的修复来显示回车/换行。
我需要一些有关正确语法的帮助才能通过 asp.net inline 执行替换
<asp:Label ID="Label4" runat="server" Text='<%# Replace( Environment.NewLine, "<br />") Bind("stTxt") %>'></asp:Label>
只需要一个快速简单的修复来显示回车/换行。