public static string Set_Status(string AuditNo, string ShowName, string ShowLocation, string ShowDate, string ShowTime, string Iscompleted) { int i = GTICKBOL.Set_finalstatus(Convert.ToInt32(AuditNo), ShowName, ShowLocation, DateTime.Now.ToString("dd/MM/yyyy"), ShowTime, 1); if (i != 0) { return("true"); } else { return("false"); } }