Exemple #1
0
 public void populateGV()
 {
     localhostYuvalWebService.YuvalWebService product = new localhostYuvalWebService.YuvalWebService();
     DataSet ds = product.GetAllProducts();
     this.GridView1.DataSource = ds.Tables[0];
     this.GridView1.DataBind();
 }