コード例 #1
0
 protected void BindData()
 {
     ProductTable.DataSource = create.RefreshData();
     ProductTable.DataBind();
 }
コード例 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     ProductTable.DataSource = ProductController.getAllProducts();
     ProductTable.DataBind();
 }