Button OnClick not firing on first click in ASP.NET?

后端 未结 5 1752
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-07 02:14
protected void ButtonCancel_Click(object sender, EventArgs e)
    {

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

this is not workin

5条回答
  •  南笙
    南笙 (楼主)
    2021-01-07 02:58

    
    
    
    
    

    On your refrence i tried the same way and it worked.Both button got postback. May I see your button_save_click event code and your page load code.

提交回复
热议问题