Esempio n. 1
0
    //Bind data
    private void BindData(string danwei)
    {
        U_ZCBU  zc1 = new U_ZCBU();
        DataSet ds1 = zc1.GetMyShenPiZc(User.Identity.Name, danwei, 0);

        this.GridView1.DataSource = ds1;
        this.GridView1.DataBind();
        zc1.Close();
        ds1.Dispose();
    }