protected void btndeljournal_click(object sender, EventArgs e)
        {
            string Value = hfdinsjournal.Value;

            Utilities_Licensing.DeleteInspection_JournalDetails(Value);
            altbox("Record deleted successfully.");
            hfdinsjournal.Value = "0";
        }