你好我試圖基於會話對象和數據綁定屬性Asp.Net數據綁定和會話條件邏輯
<asp:Button ID="deleteCommentButton" runat="server" Text="Delete Comment"
CssClass="redButton"
ToolTip="<%# Session[1].ToString() %>"
Visible="<%# Session[1].ToString() == Bind("fullname") ? true : false %>"
style="float:right; margin-left:5px; margin-top:-25px;"
onclick="deleteCommentButton_Click" />
在設置列表視圖項模板按鈕的可見性,但我得到的錯誤。 。有什麼建議麼?
什麼錯誤(S)你好嗎? – Tim
解析器錯誤消息:服務器標記格式不正確。請幫助.. –
我不相信你可以通過數據綁定來設置Tooltip屬性。 – Tim