void BindData() { this.egvProductPrices.DataSource = ProductPrices.GetPrices(productID); this.egvProductPrices.DataBind(); }