ボタンをクリックしてパネルを折りたたんだ/展開するたびにこのエラーが発生しました。 エラー:CollapsiblePanelExtender潜在的に危険なRequest.Form値がクライアントから検出されました。CollapsiblePanelExtender潜在的に危険なRequest.Form値がクライアントから検出されました
誰かが私が間違ったことを教えてもらえますか?
<asp:Button ID="Button1" runat="server" Text="Button" />
<ajaxToolkit:CollapsiblePanelExtender
TargetControlID="testPanel"
ID="CollapsiblePanelExtender1"
runat="server"
ExpandControlid="Button1"
CollapseControlID="Button1"
Collapsed="False"
ExpandDirection="Vertical"
AutoCollapse="false"
AutoExpand="false">
</ajaxToolkit:CollapsiblePanelExtender>
<asp:Panel ID="testPanel" runat="server">
stuff here
</asp:Panel>
ありがとうございましたが、validateRequest = "false"とは何ですか? – zentenk