Пример #1
0
        protected void gvProductBind()
        {
            int       opId = Convert.ToInt32(Request["OfferPriceId"].ToString());
            DataTable dt   = OfferPriceInfo.getProductTypeList(opId);

            gvProductType.DataSource = dt;
            gvProductType.DataBind();
        }