Exemplo n.º 1
0
 protected void BtnOpen_Click(object sender, EventArgs e)
 {
     try
     {
         objInsp.INSP_Update_InspectionForReOpen(UDFLib.ConvertToInteger(ViewState["SchDetailId"]), GetSessionUserID(), txtReason.Text);
         txtReason.Text = "";
         Load_Current_Schedules();
     }
     catch (Exception ex)
     {
         UDFLib.WriteExceptionLog(ex);
     }
 }