こんにちは セッション オブジェクトとデータバインド プロパティに基づいて、リスト ビュー アイテム テンプレートのボタンの可視性を設定しようとしています。
<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" />
しかし、私はエラーが発生しています。. 助言がありますか?