예제 #1
0
 public void FillGridView()
 {
     this.GVProducts.DataSource = _product.GetProducts();
     this.GVProducts.DataBind();
 }