Пример #1
0
        void getTableSubItem()
        {
            SubItemDao subDao = new SubItemDao();

            DataSet ds = new DataSet();

            da = subDao.getSubItem();
            da.Fill(ds);
            this.GV_subitem.DataSource = ds;
            this.GV_subitem.DataBind();
        }