Beispiel #1
0
        protected void BindSectionList(long PassageID)
        {
            CustomProfile    profile         = CustomProfile.GetProfile();
            iWarehouseClient Warehouseclient = new iWarehouseClient();

            grdsection.DataSource = Warehouseclient.GetWarehouseSection(PassageID, profile.DBConnection._constr);
            grdsection.DataBind();
        }