protected void btnDelete_Click(Object Sender, EventArgs e) { oServiceEditor.DeleteConfig(intConfig); oServiceEditor.AlterTable(intService); Response.Redirect(Request.Path + "?delete=true"); }