1. 程式人生 > >ASP.NET-資料來源繫結

ASP.NET-資料來源繫結

<asp:Label ID="Label1" runat="server" Text='<%# "總金額為:" + Convert.ToString(Convert.ToDecimal(TextBox1.Text)*Convert.ToInt32(TextBox2.Text))%>' />