我已經看到它之前完成,但我不記得在哪裏(vs2012偶數)綁定的標籤文本之前:到一個asp.net標籤添加文本
<asp:Label ID="lblMessage" runat="server" Text=""></asp:Label>
一些標籤,我可以添加到標籤(或文本框?)
因此,當我綁定「Hello World!」時到標籤,我可以有標籤輸出:「歡迎,Hello World!」
我的標籤會是什麼樣子:
<asp:Label ID="lblMessage" runat="server" Text="" PrependedText="Welcome, "></asp:Label>
我的理論是,你能做到「內聯」中的HTML,因此設計師必須做到這一點的能力... – ransems