Response.Redirect を実行する必要がある .net ボタンがあります。マークアップでそれを行うことはできますか?
<asp:Button runat="server" OnClick='<%# Response.Redirect("~/Administration.aspx"); %>' Text="Cancel"></asp:Button>
「暗黙的にvoidをオブジェクトに変換できない」ため、機能しません
Response.Redirect を実行する必要がある .net ボタンがあります。マークアップでそれを行うことはできますか?
<asp:Button runat="server" OnClick='<%# Response.Redirect("~/Administration.aspx"); %>' Text="Cancel"></asp:Button>
「暗黙的にvoidをオブジェクトに変換できない」ため、機能しません