protected void btn_submit1_Click(object sender, EventArgs e)
 {
     if (hfddocid.Value != "0")
     {
         Utilities_Licensing.Updatedocumentspeciality(Convert.ToInt32(hfddocid.Value), ddl_Doctypeedit.SelectedValue, txt_editDate.Text);
         altbox1("Record updated successfully.");
         Page.RegisterStartupScript("js", "<script>sa5.process();</script>");
     }
 }