Ejemplo n.º 1
0
 protected void btnSave_Click(object sender, EventArgs e)
 {
     try
     {
         BLL_OPS_VoyageReports.OPS_SP_Ins_CPEntries(int.Parse(ddldatatypeCP.SelectedValue), int.Parse(ddlvesselCP.SelectedValue), GetSessionUserID(), decimal.Parse(txtdatavalue.Text.Trim()));
         BindCPEntries();
         string hidemodal = String.Format("hideModal('divadd')");
         ScriptManager.RegisterStartupScript(Page, Page.GetType(), "hidemodal", hidemodal, true);
     }
     catch { }
 }