protected void ButtonCancel_Click(object sender, EventArgs e) { Response.Redirect(\"~/Logon.aspx\"); }
this is not workin
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.