gpt4 book ai didi

c# - 在 ASP.NET 中第一次单击时按钮 OnClick 没有触发?

转载 作者:太空宇宙 更新时间:2023-11-03 11:39:28 26 4
gpt4 key购买 nike

protected void ButtonCancel_Click(object sender, EventArgs e)
{

Response.Redirect("~/Logon.aspx");
}

当第一次点击取消按钮时,这不起作用?

最佳答案

确保仅当 IsPostBacktrue 时才绑定(bind)到事件。否则,如果没有更多代码,我们将无法知道。

关于c# - 在 ASP.NET 中第一次单击时按钮 OnClick 没有触发?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5138129/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com