Beispiel #1
0
    //bind data1
    private void BindData()
    {
        U_ItemBU item1 = new U_ItemBU();

        this.GridView1.DataSource = item1.GetAllItem();
        this.GridView1.DataBind();
        item1.Close();
    }