Пример #1
0
 protected void clear()
 {
     REPORTID.Value = "";
     UNIT.ClearSelection();
     INSTANSIID.ClearSelection();
     PERIODE.ClearSelection();
     REPORTNAME.Value = "";
 }
        protected void cleardata()
        {
            this.INSTANSIID.ClearSelection();
            this.JENIS.ClearSelection();
            this.NOSURAT.Value       = "";
            this.TGLSURAT.Value      = "";
            this.PERIHAL.Value       = "";
            this.DATETIMELIMIT.Value = "";

            this.KETERANGAN.Value = "";
            this.Sanksi.Value     = "";
            this.TGLINPUT.Value   = "";
            //this.UPLOADFILE.Value = "";
            fileupload.Text = "";
            PERIODE.ClearSelection();
            UNIT.ClearSelection();
            SANKSI_KET.Value = "";
            JENISREPORT.ClearSelection();
        }
        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();
        }