protected void ButtonCancel_Click(object sender, EventArgs e) { Response.Redirect(\"~/Logon.aspx\"); }
this is not workin
Are you sure the markup is correct?
Does it look similar to the following?
You need the "OnClick" attribute for it to work.