protected void ButtonCancel_Click(object sender, EventArgs e) { Response.Redirect(\"~/Logon.aspx\"); }
this is not workin
do you really need to postback just to go to another page? You can just have a javascript call for that: