protected void cleardata()
        {
            this.INSTANSIID.ClearSelection();
            UNIT.ClearSelection();
            JENIS.ClearSelection();
            DEPTHEAD.ClearSelection();
            PIC.ClearSelection();
            Sanksi_ket.Value = "";
            PERIODE.ClearSelection();
            // this.DATETIMELIMIT.Value = "";
            this.DATETIMELIMIT.Text = "";

            div_BulanPelaporan.Style.Add("display", "NONE");
            div_ListPelaporan.Style.Add("display", "NONE");
            div_tanggalPelaporan.Style.Add("display", "NONE");
            this.KETERANGAN.Value = "";
            this.Sanksi.Value     = "";
            DataList.DataSource   = null;
            DataList.DataBind();
        }