我已經嘗試了小數學到我的ASP標籤文本,它不工作。如何在Asp Label Text上做數學函數?
<asp:Label ID="financial_year_edit_value" runat="server" CssClass="blueLabelStyle" Text='<%# (Convert.ToInt16("Last_Renewed_Year") + Convert.ToInt16(1) %>'></asp:Label>.
Last_Renewed_Year
是一個數據綁定對象。
任何人都可以請解釋如何使用上述數學函數來實現結果。我只想將1
添加到Last_Renewed_Year
的值。
在此先感謝。
web窗體或asp.net-mvc?你有什麼嘗試? – 2014-08-29 11:03:18
你可以提供更多的上下文嗎?什麼是「Last_Renewd_Year」的類型?你使用數據綁定還是Last_Renewed_Year是你的代碼中的一個屬性? – brz 2014-08-29 11:04:30
是否有任何錯誤? – 2014-08-29 11:08:08