protected void btnDelete_Click(Object Sender, EventArgs e) { oDomain.DeleteClassDNS(intID); Response.Redirect(Request.Path); }