コード例 #1
0
    private void BindData(string begintime, string endtime)
    {
        U_ZCTCBU zctc1 = new U_ZCTCBU();
        DataSet  ds    = zctc1.GetJZDCByDepart();

        this.Repeater1.DataSource = ds;
        this.Repeater1.DataBind();
        zctc1.Close();
    }