protected void btnSave_Click(object sender, EventArgs e) { try { contingency wIns = new contingency(); Int32 IntFlg = wIns.PopulateQuals(ddlGroup.SelectedItem.Value, txtdesc.Text.Trim()); Response.Write("<script language='javascript'>parent.location.replace('master_quals.aspx');</script>"); } catch (Exception exp) { Response.Write(exp.Message.ToString()); } }