protected void btndel_Click(object sender, EventArgs e) { string value = hfdselid.Value; Tbl_CeAudit obj = new Tbl_CeAudit(); obj.CeAuditID = Convert.ToInt32(value); value = Convert.ToString(obj.CeAuditID); Utilities_Licensing.Delete_ce_audit(value); Page.RegisterStartupScript("js", "<script>sa5.process();</script>"); altbox("Record deleted successfully."); }