Ejemplo n.º 1
0
 protected void BindData()
 {
     ProductTable.DataSource = create.RefreshData();
     ProductTable.DataBind();
 }
Ejemplo n.º 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     ProductTable.DataSource = ProductController.getAllProducts();
     ProductTable.DataBind();
 }