var q = db.CatalogGetProductsOnDeptPromo(Int32.Parse(departmentId), BalloonShopConfiguration.ProductDescriptionLength, Int32.Parse(page), BalloonShopConfiguration.ProductsPerPage, ref howManyPages); DataList.DataSource = q; DataList.DataBind();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)