Пример #1
0
 private void BindGrid()
 {
     InventoryGridView.DataSource = InventoryBizLogic.ListInventoryItem();
     InventoryGridView.DataBind();
 }