Пример #1
0
        protected void BindShelfList(long SectionID)
        {
            CustomProfile    profile         = CustomProfile.GetProfile();
            iWarehouseClient Warehouseclient = new iWarehouseClient();

            grdshelf.DataSource = Warehouseclient.GetWarehouseShelf(SectionID, profile.DBConnection._constr);
            grdshelf.DataBind();
        }